[Webkit-unassigned] [Bug 18991] SquirrelFish: Major codegen issue in a.b=expr, a[b]=expr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 17 04:20:36 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18991





------- Comment #26 from cwzwarich at uwaterloo.ca  2008-05-17 04:20 PDT -------
The patch Oliver reviewed was landed in r33552. There is one last case of this
bug that is blocking SquirrelFish:

var a = 1;
a += (a += 1);

It was fixed by one of my earlier patches here, so I should just be able to
pull out the fix.

I will make bugs for the other more obscure cases after this bug is no longer a
blocker.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list