Bug 259798 - Add in place interpreter optimizations
Summary: Add in place interpreter optimizations
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-08-03 14:37 PDT by daniel_liu4
Modified: 2023-08-11 12:27 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-08-03 14:37:25 PDT
Add various optimizations for the in place interpreter, such as condensing large runs of block/loop instructions, and avoiding reallocating the vector as much.
Comment 1 Radar WebKit Bug Importer 2023-08-03 14:37:38 PDT
<rdar://problem/113358427>
Comment 2 daniel_liu4 2023-08-03 14:39:44 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16363
Comment 3 EWS 2023-08-11 12:27:57 PDT
Committed 266826@main (6f23b5f4342c): <https://commits.webkit.org/266826@main>

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