[Webkit-unassigned] [Bug 22528] New: Move currentThreadStackBase() to WTF

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 26 22:43:04 PST 2008


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

           Summary: Move currentThreadStackBase() to WTF
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alp at nuanti.com
                CC: mrowe at apple.com
OtherBugsDependingO 16401
             nThis:


currentThreadStackBase() is currently a static function in
JavaScriptCore/runtime/Collector.cpp

The GObject DOM binding will implement a conservative stack-only GC for wrapper
objects and C strings and needs a way to get the current thread stack base in
the marking phase.

Since this code has delicate platform-specific conditionals and isn't
JSC-specific, it's best split out and moved into WTF where it can be reused.
Introducing a new header for GC utility functions will also pave the way for
sharing more of the JSC collector implementation with DOM bindings and WebKit
API layer code which could benefit from garbage collection.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list