[Webkit-unassigned] [Bug 141388] New: Varargs frame set-up should be factored out for use by other JITs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 9 09:47:02 PST 2015


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

            Bug ID: 141388
           Summary: Varargs frame set-up should be factored out for use by
                    other JITs
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

Currently there is a lot of code that is tightly-coupled to the baseline engines' view of the world - i.e. literal execution of bytecode.  There is even more code that does smart things for varargs that is inside the baseline JIT itself.

We should move that code out and make it more general, for example make it respect the notion that not everyone executes bytecode.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150209/27ce7def/attachment-0002.html>


More information about the webkit-unassigned mailing list