RESOLVED FIXED Bug 152288
FTL B3 should account for localsOffset
https://bugs.webkit.org/show_bug.cgi?id=152288
Summary FTL B3 should account for localsOffset
Filip Pizlo
Reported 2015-12-14 19:09:16 PST
Patch forthcoming.
Attachments
the patch (18.50 KB, patch)
2015-12-14 19:18 PST, Filip Pizlo
saam: review+
Filip Pizlo
Comment 1 2015-12-14 19:18:48 PST
Created attachment 267335 [details] the patch
Saam Barati
Comment 2 2015-12-14 19:27:57 PST
Comment on attachment 267335 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=267335&action=review r=me > Source/JavaScriptCore/ChangeLog:30 > + ValueFromBlock fooValue = things; This should be "LValue fooValue = things;"
Filip Pizlo
Comment 3 2015-12-14 19:29:17 PST
(In reply to comment #2) > Comment on attachment 267335 [details] > the patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=267335&action=review > > r=me > > > Source/JavaScriptCore/ChangeLog:30 > > + ValueFromBlock fooValue = things; > > This should be "LValue fooValue = things;" Yup, fixed.
Filip Pizlo
Comment 4 2015-12-14 20:54:17 PST
Note You need to log in before you can comment on or make changes to this bug.