Bug 83403

Summary: Do not abuse ArrayStorage's m_length for testing array consistency
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: JavaScriptCoreAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, ggaren
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

Benjamin Poulain
Reported 2012-04-06 15:33:10 PDT
Do not abuse ArrayStorage's m_length for testing array consistency. Doing so forces the compiler to maintain two counters and increment both.
Attachments
Patch (6.86 KB, patch)
2012-04-06 15:43 PDT, Benjamin Poulain
ggaren: review+
Benjamin Poulain
Comment 1 2012-04-06 15:34:21 PDT
Benjamin Poulain
Comment 2 2012-04-06 15:43:14 PDT
Geoffrey Garen
Comment 3 2012-04-06 16:09:06 PDT
Comment on attachment 136077 [details] Patch r=me
Benjamin Poulain
Comment 4 2012-04-06 18:12:25 PDT
Note You need to log in before you can comment on or make changes to this bug.