Bug 258950 - Implement WebAssembly in-place interpreter
Summary: Implement WebAssembly in-place interpreter
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-07-06 15:28 PDT by daniel_liu4
Modified: 2023-07-20 14:20 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description daniel_liu4 2023-07-06 15:28:47 PDT
Implement fundamentals of an in-place interpreter, handling i32, i64, f32, f64 types, integer arithmetic and comparisons, if/else, block, and loop.
Comment 1 daniel_liu4 2023-07-07 16:33:12 PDT
<rdar://111932567>
Comment 2 daniel_liu4 2023-07-07 17:10:41 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15659
Comment 3 EWS 2023-07-20 14:20:48 PDT
Committed 266186@main (03154b1eb920): <https://commits.webkit.org/266186@main>

Reviewed commits have been landed. Closing PR #15659 and removing active labels.