[Webkit-unassigned] [Bug 74899] New: If we detect that we can use the JIT, don't use computed opcode lookups
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 19 16:41:35 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=74899
Summary: If we detect that we can use the JIT, don't use
computed opcode lookups
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: fpizlo at apple.com
When building with both interpreter and JIT enabled, we emit bytecode that uses jump locations for opcodes. The JIT then has to decode these into opcodes.
Instead, if we detect that we have both the interpreter and the JIT, and the JIT is enabled, we should opt to use regular opcodes at run-time.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list