Bug 204269 - [JSC] Remove index-masking on ScopedArguments and put it in IsoSubspace
Summary: [JSC] Remove index-masking on ScopedArguments and put it in IsoSubspace
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-11-15 20:53 PST by Yusuke Suzuki
Modified: 2019-11-15 23:54 PST (History)
7 users (show)

See Also:


Attachments
Patch (26.45 KB, patch)
2019-11-15 21:08 PST, Yusuke Suzuki
no flags Details | Formatted Diff | Diff
Patch (27.01 KB, patch)
2019-11-15 22:27 PST, Yusuke Suzuki
saam: review+
Details | Formatted Diff | Diff
Patch (36.40 KB, patch)
2019-11-15 22:51 PST, Yusuke Suzuki
no flags Details | Formatted Diff | Diff
Patch (34.76 KB, patch)
2019-11-15 23:02 PST, Yusuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2019-11-15 20:53:46 PST
...
Comment 1 Radar WebKit Bug Importer 2019-11-15 20:54:06 PST
<rdar://problem/57249244>
Comment 2 Yusuke Suzuki 2019-11-15 21:08:39 PST
Created attachment 383685 [details]
Patch
Comment 3 Yusuke Suzuki 2019-11-15 22:27:55 PST
Created attachment 383688 [details]
Patch
Comment 4 Saam Barati 2019-11-15 22:34:28 PST
Comment on attachment 383688 [details]
Patch

Also remove the various prepare index mask functions?
Comment 5 Yusuke Suzuki 2019-11-15 22:39:12 PST
(In reply to Saam Barati from comment #4)
> Comment on attachment 383688 [details]
> Patch
> 
> Also remove the various prepare index mask functions?

Sounds nice. Removing.
Comment 6 Yusuke Suzuki 2019-11-15 22:51:09 PST
Created attachment 383689 [details]
Patch

Patch for landing
Comment 7 Yusuke Suzuki 2019-11-15 23:02:45 PST
Created attachment 383690 [details]
Patch

Patch for landing
Comment 8 Yusuke Suzuki 2019-11-15 23:54:39 PST
Committed r252525: <https://trac.webkit.org/changeset/252525>