Changeset 97005 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Oct 8, 2011, 1:15:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r97003 r97005 1 2011-10-08 Yuqiang Xian <[email protected]> 2 3 DFG JIT - only Array predictions can result in unboxed cells in register file 4 https://bugs.webkit.org/show_bug.cgi?id=69695 5 6 Reviewed by Filip Pizlo. 7 8 In current DFG JIT, only array predictions can result in unboxed cells 9 in register file, not for the other cell predictions. 10 11 * dfg/DFGSpeculativeJIT.h: 12 (JSC::DFG::ValueSource::forPrediction): 13 1 14 2011-10-07 Yuqiang Xian <[email protected]> 2 15
Note:
See TracChangeset
for help on using the changeset viewer.