[Webkit-unassigned] [Bug 85721] DFG should support reflective arguments access

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 5 18:59:35 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85721





--- Comment #4 from Sam Weinig <sam at webkit.org>  2012-05-05 18:59:35 PST ---
(From update of attachment 140415)
View in context: https://bugs.webkit.org/attachment.cgi?id=140415&action=review

> Source/JavaScriptCore/runtime/Arguments.h:53
> -        bool overrodeLength : 1;
> +        bool overrodeLength; // make this a full byte to make it easy to test from the JIT.
>          bool overrodeCallee : 1;
>          bool overrodeCaller : 1;
>          bool isStrictMode : 1;

Is keeping the rest of these bit fields actually saving space?

-- 
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