[Webkit-unassigned] [Bug 142575] [ARM] REGRESSION(181077): jsc-layout-tests.yaml/js/script-tests/array-length-shortening.js fails on AArch64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 16 01:01:18 PDT 2015


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

--- Comment #4 from Yusuke Suzuki <utatane.tea at gmail.com> ---
Seeing the result,

1. builtin arrays work fine. pseudo arrays created by Object.create(Array.prototype) fail.
2. They behave like array.length is not shortened.

And major changes introduced by this patch is,

1. Enumeration phase includes pushTry/popTryAndEmitCatch to catch thrown errors & execute iterator.return method.
2. next() is rewritten in JavaScript. So there's chance to inline it. (previously, this function is written in ASM as intrinsic)

Since there's no JIT code changes, I think that I missed something in (1), BytecodeGenerator change.

Filip, does it fail on iOS Aarch64 build?
I don't have any Aarch64 devices, I cannot check it...

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150316/dd0a407d/attachment-0002.html>


More information about the webkit-unassigned mailing list