Changeset 146996 in webkit for trunk/Source/JavaScriptCore/dfg/DFGArrayMode.h
- Timestamp:
- Mar 27, 2013, 10:54:22 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGArrayMode.h
r141069 r146996 350 350 switch (type()) { 351 351 case Array::SelectUsingPredictions: 352 // It might benefit from structure checks! If it ends up not benefiting, we can just 353 // remove it. The FixupPhase does this: if it finds a CheckStructure just before an 354 // array op and it had turned that array op into either generic or conversion mode, 355 // it will remove the CheckStructure. 356 return true; 352 357 case Array::Unprofiled: 353 358 case Array::ForceExit:
Note:
See TracChangeset
for help on using the changeset viewer.