[Webkit-unassigned] [Bug 71436] DFG inlining breaks function.arguments[something] if the argument being retrieved was subjected to DFG's unboxing optimizations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 3 13:05:16 PDT 2011


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





--- Comment #15 from Filip Pizlo <fpizlo at apple.com>  2011-11-03 13:05:16 PST ---
(In reply to comment #14)
> (In reply to comment #13)
> > (In reply to comment #12)
> > > (In reply to comment #11)
> > > > Landed in http://trac.webkit.org/changeset/99148
> > > 
> > > It broke the interpreter build, since MacroAssembler isn't defined in ValueRecovery.h. Can somebody have a look at it? I'm not sure about the best solution to keep the #ifdefs at a minimum. :-/
> > 
> > Ooops, sorry about that!
> NP!
> 
> > I should have seen that one coming.
> FYI: WinCE buildbot builds with interpreter.
> 
> > The best fix is probably to make sure that MacroAssembler::RegisterID, or some variant thereof, is defined regardless of whether or not we actually have a valid MacroAssembler.
> 
> Can you take care of this? Or tell me the best place (and name) for defining the (FP)RegisterID type?

I'm doing it! :-)

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

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