Ignore:
Timestamp:
Oct 11, 2018, 6:32:19 PM (7 years ago)
Author:
[email protected]
Message:

Use currentStackPointer more
https://bugs.webkit.org/show_bug.cgi?id=190503

Reviewed by Saam Barati.

Source/JavaScriptCore:

  • runtime/VM.cpp:

(JSC::VM::committedStackByteCount):

Source/WTF:

Use WTF::currentStackPointer more in WebKit to adopt ASAN detect_stack_use_after_return option.

  • wtf/StackBounds.cpp:

(WTF::testStackDirection2):
(WTF::testStackDirection):

  • wtf/ThreadingPthreads.cpp:

(WTF::Thread::signalHandlerSuspendResume):
(WTF::getApproximateStackPointer): Deleted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r237054 r237059  
     12018-10-11  Yusuke Suzuki  <[email protected]>
     2
     3        Use currentStackPointer more
     4        https://bugs.webkit.org/show_bug.cgi?id=190503
     5
     6        Reviewed by Saam Barati.
     7
     8        * runtime/VM.cpp:
     9        (JSC::VM::committedStackByteCount):
     10
    1112018-10-08  Yusuke Suzuki  <[email protected]>
    212
Note: See TracChangeset for help on using the changeset viewer.