RESOLVED FIXED 186721
[DFG] Reduce OSRExit for Kraken/crypto-aes due to CoW array
https://bugs.webkit.org/show_bug.cgi?id=186721
Summary [DFG] Reduce OSRExit for Kraken/crypto-aes due to CoW array
Yusuke Suzuki
Reported 2018-06-16 08:17:36 PDT
[DFG] Reduce OSRExit for Kraken/crypto-aes due to CoW array
Attachments
Patch (6.61 KB, patch)
2018-06-16 08:22 PDT, Yusuke Suzuki
no flags
Patch (8.84 KB, patch)
2018-06-16 08:43 PDT, Yusuke Suzuki
keith_miller: review+
Yusuke Suzuki
Comment 1 2018-06-16 08:22:37 PDT
Yusuke Suzuki
Comment 2 2018-06-16 08:43:15 PDT
Keith Miller
Comment 3 2018-06-16 09:29:35 PDT
Comment on attachment 342880 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=342880&action=review r=me. > Source/JavaScriptCore/runtime/CommonSlowPaths.cpp:1166 > + ArrayAllocationProfile::updateLastAllocationFor(profile, result); Ha, whoops! I think I removed that to test something and forgot to put it back later...
Yusuke Suzuki
Comment 4 2018-06-16 09:33:31 PDT
Comment on attachment 342880 [details] Patch Yeah, we still have one more OSRExit, which is caused by Array#slice lookup. Personally, I think this can be fixed Fil's CreateThis's GetById extension, but idk.
Yusuke Suzuki
Comment 5 2018-06-16 09:34:03 PDT
Radar WebKit Bug Importer
Comment 6 2018-06-16 09:35:18 PDT
Guillaume Emont
Comment 7 2018-06-20 06:40:10 PDT
Since this change, stress/cow-convert-double-to-contiguous.js and stress/cow-convert-int32-to-contiguous.js fail on all 32-bit platforms. I'm trying to understand why.
Note You need to log in before you can comment on or make changes to this bug.