[Webkit-unassigned] [Bug 22838] New: Remove dependency on the bytecode Instruction buffer in Interpreter::throwException

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 12 19:12:52 PST 2008


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

           Summary: Remove dependency on the bytecode Instruction buffer in
                    Interpreter::throwException
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sam at webkit.org
                CC: cwzwarich at uwaterloo.ca


Interpreter:: throwException is one of the few remaining places where we
require access to the bytecode Instruction buffer from JIT code.  In order to
purge the buffer after native code generation, we need to fix this.

In order to accomplish this, we can probably store the required data in the
CodeBlock when we recompile with profiling hooks.


-- 
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