[webkit-changes] [WebKit/WebKit] 745857: NativeCallee and WasmCallee should be compact allo...
David Degazio
noreply at github.com
Tue Sep 24 13:03:12 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 74585738340bf57d985bd79f7e2bfa1dc0c37602
https://github.com/WebKit/WebKit/commit/74585738340bf57d985bd79f7e2bfa1dc0c37602
Author: David Degazio <d_degazio at apple.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M Source/JavaScriptCore/runtime/NativeCallee.h
M Source/JavaScriptCore/wasm/WasmCallee.cpp
M Source/JavaScriptCore/wasm/WasmCallee.h
Log Message:
-----------
NativeCallee and WasmCallee should be compact allocated
https://bugs.webkit.org/show_bug.cgi?id=280220
rdar://136533602
Reviewed by Yusuke Suzuki and Michael Saboff.
Makes NativeCallee and all WASM Callees compact allocated, since
we rely on storing their addresses in a compressed form.
* Source/JavaScriptCore/runtime/NativeCallee.h:
* Source/JavaScriptCore/wasm/WasmCallee.cpp:
* Source/JavaScriptCore/wasm/WasmCallee.h:
Canonical link: https://commits.webkit.org/284172@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list