[JSC] GetByVal on Undecided use its children before its OSR Exit
Created attachment 277413 [details] Patch
Comment on attachment 277413 [details] Patch r=me
Comment on attachment 277413 [details] Patch Clearing flags on attachment: 277413 Committed r200113: <http://trac.webkit.org/changeset/200113>
All reviewed patches have been landed. Closing bug.
(In reply to comment #3) > Comment on attachment 277413 [details] > Patch > > Clearing flags on attachment: 277413 > > Committed r200113: <http://trac.webkit.org/changeset/200113> The new test introduced in this change fails on all 32 bit platforms: - https://build.webkit.org/builders/Apple%20El%20Capitan%2032-bit%20JSC%20%28BuildAndTest%29/builds/2205 - https://build.webkit.org/builders/Apple%20Yosemite%2032-bit%20JSC%20%28BuildAndTest%29/builds/8925 - https://build.webkit.org/builders/GTK%20Linux%2032-bit%20Release/builds/60882 - https://build.webkit.org/builders/JSCOnly%20Linux%20ARMv7%20Thumb2%20Release/builds/390
(In reply to comment #5) > (In reply to comment #3) > > Comment on attachment 277413 [details] > > Patch > > > > Clearing flags on attachment: 277413 > > > > Committed r200113: <http://trac.webkit.org/changeset/200113> > > The new test introduced in this change fails on all 32 bit platforms: > - > https://build.webkit.org/builders/Apple%20El%20Capitan%2032- > bit%20JSC%20%28BuildAndTest%29/builds/2205 > - > https://build.webkit.org/builders/Apple%20Yosemite%2032- > bit%20JSC%20%28BuildAndTest%29/builds/8925 > - > https://build.webkit.org/builders/GTK%20Linux%2032-bit%20Release/builds/60882 > - > https://build.webkit.org/builders/JSCOnly%20Linux%20ARMv7%20Thumb2%20Release/ > builds/390 Oh! Looks like I forgot to fix the 32bit counterpart. I'll do that today.
Quick follow up for 32bit: http://trac.webkit.org/changeset/200133 Thanks Ossy.