Bug 232624 - [JSC] Make sharing of unlinked baseline code possible on JSVALUE32_64
Summary: [JSC] Make sharing of unlinked baseline code possible on JSVALUE32_64
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-11-02 07:15 PDT by Geza Lore
Modified: 2021-11-22 04:14 PST (History)
13 users (show)

See Also:


Attachments
WIP - EWS sanity check (204.12 KB, patch)
2021-11-02 07:17 PDT, Geza Lore
no flags Details | Formatted Diff | Diff
v1 (206.60 KB, patch)
2021-11-02 08:38 PDT, Geza Lore
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
v2 - More Windows register conflict fixes (207.33 KB, patch)
2021-11-02 09:22 PDT, Geza Lore
no flags Details | Formatted Diff | Diff
v3 (213.77 KB, patch)
2021-11-03 04:51 PDT, Geza Lore
no flags Details | Formatted Diff | Diff
v4 (218.85 KB, patch)
2021-11-04 05:58 PDT, Geza Lore
no flags Details | Formatted Diff | Diff
patch without sharing actually enabled (218.59 KB, patch)
2021-11-09 01:58 PST, Geza Lore
no flags Details | Formatted Diff | Diff
fixed jnstricteq (219.41 KB, patch)
2021-11-10 07:11 PST, Geza Lore
no flags Details | Formatted Diff | Diff
Patch (225.52 KB, patch)
2021-11-15 06:08 PST, Geza Lore
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geza Lore 2021-11-02 07:15:01 PDT
[JSC] Enable sharing of unlinked baseline code on JSVALUE32_64
Comment 1 Geza Lore 2021-11-02 07:17:19 PDT
Created attachment 443087 [details]
WIP - EWS sanity check
Comment 2 Geza Lore 2021-11-02 08:38:20 PDT
Created attachment 443094 [details]
v1
Comment 3 Geza Lore 2021-11-02 09:22:11 PDT
Created attachment 443100 [details]
v2 - More Windows register conflict fixes
Comment 4 Geza Lore 2021-11-03 04:51:58 PDT
Created attachment 443189 [details]
v3
Comment 5 Geza Lore 2021-11-04 05:58:53 PDT
Created attachment 443297 [details]
v4
Comment 6 Geza Lore 2021-11-09 01:58:25 PST
Created attachment 443662 [details]
patch without sharing actually enabled
Comment 7 Radar WebKit Bug Importer 2021-11-09 06:15:23 PST
<rdar://problem/85200009>
Comment 8 Geza Lore 2021-11-10 07:11:44 PST
Created attachment 443817 [details]
fixed jnstricteq
Comment 9 Geza Lore 2021-11-15 06:08:14 PST
Created attachment 444242 [details]
Patch
Comment 10 Yusuke Suzuki 2021-11-19 20:13:34 PST
Comment on attachment 444242 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=444242&action=review

r=me

> Source/JavaScriptCore/jit/AssemblyHelpers.h:284
> +#elif USE(JSVALUE32_64)

There is no other config, so you can just use "#else"

> Source/JavaScriptCore/jit/AssemblyHelpers.h:1080
> +#elif USE(JSVALUE32_64)

Ditto.

> Source/JavaScriptCore/jit/AssemblyHelpers.h:1089
> +#elif USE(JSVALUE32_64)

Ditto.

> Source/JavaScriptCore/jit/AssemblyHelpers.h:1168
> +#elif USE(JSVALUE32_64)

Ditto.
Comment 11 EWS 2021-11-22 04:14:35 PST
Committed r286111 (244498@main): <https://commits.webkit.org/244498@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 444242 [details].