git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
DFG backends shouldn't emit type checks at KnownBlah edges
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
dfg
/
DFGUseKind.h
diff --git
a/Source/JavaScriptCore/dfg/DFGUseKind.h
b/Source/JavaScriptCore/dfg/DFGUseKind.h
index
b2c62c5
..
d2ef933
100644
(file)
--- a/
Source/JavaScriptCore/dfg/DFGUseKind.h
+++ b/
Source/JavaScriptCore/dfg/DFGUseKind.h
@@
-87,7
+87,7
@@
inline SpeculatedType typeFilterFor(UseKind useKind)
{
switch (useKind) {
case UntypedUse:
- return Spec
Full
Top;
+ return Spec
Bytecode
Top;
case Int32Use:
case KnownInt32Use:
return SpecInt32Only;