[webkit-reviews] review granted: [Bug 119962] DFG should inline typedArray.byteOffset : [Attachment 209017] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 18 10:04:36 PDT 2013


Oliver Hunt <oliver at apple.com> has granted Filip Pizlo <fpizlo at apple.com>'s
request for review:
Bug 119962: DFG should inline typedArray.byteOffset
https://bugs.webkit.org/show_bug.cgi?id=119962

Attachment 209017: the patch
https://bugs.webkit.org/attachment.cgi?id=209017&action=review

------- Additional Comments from Oliver Hunt <oliver at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=209017&action=review


>
LayoutTests/fast/js/regress/script-tests/ArrayBuffer-Int32Array-byteOffset.js:9

> +for (var i = 0; i < 1000000; ++i) {
> +    result += array1.byteOffset;
> +    result += array2.byteOffset;
> +}

Is it possible to have a similar test that neuters midway through?


More information about the webkit-reviews mailing list