Bug 252469 - Air should emit smaller code for callFrameAddr/alloc/flush on ARM
Summary: Air should emit smaller code for callFrameAddr/alloc/flush on ARM
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-02-17 03:02 PST by Max Rottenkolber
Modified: 2023-02-22 10:19 PST (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 Max Rottenkolber 2023-02-17 03:02:04 PST
While fixing https://bugs.webkit.org/show_bug.cgi?id=249648 we noticed significantly increased size of code emitted by GenerateAndAllocateRegisters::callFrameAddr/alloc/flush in Air on ARM. If we can emit slightly better code in these cases we could save a lot of space for compiled WASM code.
Comment 1 Max Rottenkolber 2023-02-17 03:09:27 PST
Pull request: https://github.com/WebKit/WebKit/pull/10263
Comment 2 EWS 2023-02-22 10:18:31 PST
Committed 260680@main (6d88e2681672): <https://commits.webkit.org/260680@main>

Reviewed commits have been landed. Closing PR #10263 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-02-22 10:19:23 PST
<rdar://problem/105785948>