[Webkit-unassigned] [Bug 63858] New: DFG JIT does not implement op_call
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 1 23:25:38 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63858
Summary: DFG JIT does not implement op_call
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: fpizlo at apple.com
The op_call opcode is used for function calls in JavaScript. The DFG JIT does not implement this opcode, and hence cannot compile any functions that are not leaf functions. The DFG JIT should implement this opcode, so that it can support a larger subset of JavaScript functions.
--
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