Changeset 172961 in webkit for trunk/Source/JavaScriptCore/ftl/FTLCapabilities.cpp
- Timestamp:
- Aug 26, 2014, 9:46:10 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLCapabilities.cpp
r172940 r172961 105 105 case InvalidationPoint: 106 106 case StringCharAt: 107 case CheckCell: 108 case CheckBadCell: 107 case CheckFunction: 109 108 case StringCharCodeAt: 110 109 case AllocatePropertyStorage: … … 128 127 case Check: 129 128 case CountExecution: 130 case GetExecutable:129 case CheckExecutable: 131 130 case GetScope: 132 131 case AllocationProfileWatchpoint: … … 168 167 case GetEnumeratorPname: 169 168 case ToIndexString: 170 case BottomValue:171 169 // These are OK. 172 break;173 case ProfiledCall:174 case ProfiledConstruct:175 // These are OK not because the FTL can support them, but because if the DFG sees one of176 // these then the FTL will see a normal Call/Construct.177 170 break; 178 171 case Identity: … … 334 327 case SwitchImm: 335 328 case SwitchChar: 336 case SwitchCell:337 329 break; 338 330 default:
Note:
See TracChangeset
for help on using the changeset viewer.