Bug 235042 - [JSC] Enable libpas jit-heap when libpas is enabled
Summary: [JSC] Enable libpas jit-heap when libpas is enabled
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: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-01-10 12:21 PST by Yusuke Suzuki
Modified: 2022-01-12 11:47 PST (History)
11 users (show)

See Also:


Attachments
Patch (1.24 KB, patch)
2022-01-10 12:22 PST, Yusuke Suzuki
fpizlo: review+
Details | Formatted Diff | Diff
Fix wasm module's error type bug too, found by this change (2.74 KB, patch)
2022-01-10 14:16 PST, Yusuke Suzuki
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2022-01-10 12:21:23 PST
[JSC] Enable libpas jit-heap when libpas is enabled
Comment 1 Yusuke Suzuki 2022-01-10 12:22:09 PST
Created attachment 448786 [details]
Patch
Comment 2 Yusuke Suzuki 2022-01-10 14:16:21 PST
Created attachment 448800 [details]
Fix wasm module's error type bug too, found by this change
Comment 3 Yusuke Suzuki 2022-01-12 11:46:19 PST
Committed r287941 (245970@trunk): <https://commits.webkit.org/245970@trunk>
Comment 4 Radar WebKit Bug Importer 2022-01-12 11:47:16 PST
<rdar://problem/87472589>
Comment 5 Yusuke Suzuki 2022-01-12 11:47:31 PST
Wasm thing was already landed separately.