Changeset 91439 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jul 20, 2011, 7:12:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r91429 r91439 1 2011-07-20 Filip Pizlo <[email protected]> 2 3 DFG non-speculative JIT does not use() the aliased GetByVal, 4 resulting in bloated use counts. 5 https://bugs.webkit.org/show_bug.cgi?id=64911 6 7 Reviewed by Gavin Barraclough. 8 9 Inserted a call to use() for the aliased GetByVal. 10 11 * dfg/DFGNonSpeculativeJIT.cpp: 12 (JSC::DFG::NonSpeculativeJIT::compile): 13 1 14 2011-07-20 Gavin Barraclough <[email protected]> 2 15
Note:
See TracChangeset
for help on using the changeset viewer.