Ignore:
Timestamp:
Sep 8, 2015, 4:10:57 PM (10 years ago)
Author:
[email protected]
Message:

[JSC] Remove unused Heap::getConservativeRegisterRoots().
<https://webkit.org/b/148974>

Reviewed by Geoffrey Garen.

Spotted this unused stack root gathering helper in Heap. Let's lose it.

  • heap/Heap.cpp:

(JSC::Heap::getConservativeRegisterRoots): Deleted.

  • interpreter/JSStack.cpp:

(JSC::JSStack::gatherConservativeRoots): Deleted.

  • interpreter/JSStack.h:

(JSC::JSStack::gatherConservativeRoots): Deleted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/heap/Heap.h

    r188884 r189515  
    198198    void willStartIterating();
    199199    void didFinishIterating();
    200     void getConservativeRegisterRoots(HashSet<JSCell*>& roots);
    201200
    202201    double lastFullGCLength() const { return m_lastFullGCLength; }
Note: See TracChangeset for help on using the changeset viewer.