Changeset 179392 in webkit for trunk/Source/JavaScriptCore/ftl
- Timestamp:
- Jan 29, 2015, 8:28:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLCapabilities.cpp
r179357 r179392 177 177 // These are OK. 178 178 break; 179 case ProfiledCall: 180 case ProfiledConstruct: 181 // These are OK not because the FTL can support them, but because if the DFG sees one of 182 // these then the FTL will see a normal Call/Construct. 183 break; 179 184 case Identity: 180 185 // No backend handles this because it will be optimized out. But we may check
Note:
See TracChangeset
for help on using the changeset viewer.