[Webkit-unassigned] [Bug 64254] New: DFG Speculative JIT does not always insert speculation checks when speculating arrays
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 11 01:37:36 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64254
Summary: DFG Speculative JIT does not always insert speculation
checks when speculating arrays
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 DFG Speculative JIT attempts to guess the type of variables. Sometimes, it guesses that a variable is an array. The JIT should insert checking code that validates that variables that are speculate-array are actually arrays. However, the JIT does not insert these checks at PutLocal instructions, even though subsequent code assumes that specualte-array variables that are retrieved via GetLocal are already validated.
--
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