Ignore:
Timestamp:
Sep 7, 2012, 5:59:27 PM (13 years ago)
Author:
[email protected]
Message:

CALLFRAME_OFFSET and EXCEPTION_OFFSET are same in ctiTrampoline on ARM Thumb2
https://bugs.webkit.org/show_bug.cgi?id=82013

Reviewed by Geoff Garen.

Neither of these values need to be stored. At all.

  • jit/JITStubs.cpp:

(JSC):
(JSC::ctiTrampoline):
(JSC::JITThunks::JITThunks):

  • Nothing to see here. Move along.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r127941 r127944  
     12012-09-07  Gavin Barraclough  <[email protected]>
     2
     3        CALLFRAME_OFFSET and EXCEPTION_OFFSET are same in ctiTrampoline on ARM Thumb2
     4        https://bugs.webkit.org/show_bug.cgi?id=82013
     5
     6        Reviewed by Geoff Garen.
     7
     8        Neither of these values need to be stored. At all.
     9
     10        * jit/JITStubs.cpp:
     11        (JSC):
     12        (JSC::ctiTrampoline):
     13        (JSC::JITThunks::JITThunks):
     14            - Nothing to see here. Move along.
     15
    1162012-09-07  Sheriff Bot  <[email protected]>
    217
Note: See TracChangeset for help on using the changeset viewer.