[Webkit-unassigned] [Bug 64073] New: DFG JIT method_check implementation does not link to optimized get_by_id slow path
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 7 01:33:38 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64073
Summary: DFG JIT method_check implementation does not link to
optimized get_by_id slow path
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 JSC JIT links the method_check slow path to the optimizing get_by_id slow path, so that if method_check patching fails, get_by_id can have a go. The DFG JIT does not do this, but should.
--
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