Changeset 49293 in webkit for trunk/JavaScriptCore/ChangeLog
- Timestamp:
- Oct 8, 2009, 2:18:21 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r49281 r49293 1 2009-10-08 Zoltan Herczeg <[email protected]> 2 3 Reviewed by Gavin Barraclough. 4 5 Fix for JIT'ed op_call instructions (evals, constructs, etc.) 6 when !ENABLE(JIT_OPTIMIZE_CALL) && USE(JSVALUE32_64) 7 8 https://bugs.webkit.org/show_bug.cgi?id=30201 9 10 * jit/JITCall.cpp: 11 (JSC::JIT::compileOpCall): 12 1 13 2009-10-07 Geoffrey Garen <[email protected]> 2 14
Note:
See TracChangeset
for help on using the changeset viewer.