[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 12:51:14 PDT 2011


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





--- Comment #13 from Filip Pizlo <fpizlo at apple.com>  2011-11-03 12:51:14 PST ---
(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!  I should have seen that one coming.  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.

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