Changeset 49293 in webkit for trunk/JavaScriptCore/ChangeLog


Ignore:
Timestamp:
Oct 8, 2009, 2:18:21 AM (16 years ago)
Author:
[email protected]
Message:

Fix for JIT'ed op_call instructions (evals, constructs, etc.)
when !ENABLE(JIT_OPTIMIZE_CALL) && USE(JSVALUE32_64)

Patch by Zoltan Herczeg <[email protected]> on 2009-10-08
Reviewed by Gavin Barraclough.

https://bugs.webkit.org/show_bug.cgi?id=30201

  • jit/JITCall.cpp:

(JSC::JIT::compileOpCall):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r49281 r49293  
     12009-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
    1132009-10-07  Geoffrey Garen  <[email protected]>
    214
Note: See TracChangeset for help on using the changeset viewer.