WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(8.84 KB, patch)
2018-06-16 08:43 PDT
,
Yusuke Suzuki
keith_miller
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Yusuke Suzuki
Comment 1
2018-06-16 08:22:37 PDT
Created
attachment 342879
[details]
Patch
Yusuke Suzuki
Comment 2
2018-06-16 08:43:15 PDT
Created
attachment 342880
[details]
Patch
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
Committed
r232904
: <
https://trac.webkit.org/changeset/232904
>
Radar WebKit Bug Importer
Comment 6
2018-06-16 09:35:18 PDT
<
rdar://problem/41187936
>
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.
Top of Page
Format For Printing
XML
Clone This Bug