Ignore:
Timestamp:
Sep 9, 2013, 4:03:19 PM (12 years ago)
Author:
[email protected]
Message:

Wrong for SlowPathCall to load callFrame reg from vm.topCallFrame after call
https://bugs.webkit.org/show_bug.cgi?id=120537

Reviewed by Geoffrey Garen.

Changed JITSlowPathCall::call() to update vm.topCallFrame from the callFrameRegister instead of the
other way around.

  • jit/JIT.h:
  • jit/JITInlines.h:
  • jit/SlowPathCall.h:

(JSC::JITSlowPathCall::call):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jit/JIT.h

    r154833 r155399  
    839839        void restoreArgumentReferenceForTrampoline();
    840840        void updateTopCallFrame();
    841         void reloadCallFrameFromTopCallFrame();
    842841
    843842        Call emitNakedCall(CodePtr function = CodePtr());
Note: See TracChangeset for help on using the changeset viewer.