RESOLVED FIXED Bug 83403
Do not abuse ArrayStorage's m_length for testing array consistency
https://bugs.webkit.org/show_bug.cgi?id=83403
Summary Do not abuse ArrayStorage's m_length for testing array consistency
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.