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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 5 19:25:32 PDT 2012


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





--- Comment #5 from Filip Pizlo <fpizlo at apple.com>  2012-05-05 19:25:31 PST ---
(In reply to comment #4)
> (From update of attachment 140415 [details])
> 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?

Good point. I will change.

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