[webkit-changes] [WebKit/WebKit] 1aedd1: [JSC] Attach further more inline capacity to wasm ...
Yusuke Suzuki
noreply at github.com
Tue Aug 20 09:41:50 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1aedd1deecba900c4c9cb0da29f014b0897ca2c5
https://github.com/WebKit/WebKit/commit/1aedd1deecba900c4c9cb0da29f014b0897ca2c5
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M Source/JavaScriptCore/wasm/WasmCallingConvention.h
M Source/JavaScriptCore/wasm/WasmLLIntGenerator.cpp
Log Message:
-----------
[JSC] Attach further more inline capacity to wasm compiler related data structures
https://bugs.webkit.org/show_bug.cgi?id=278366
rdar://134312057
Reviewed by Yijia Huang.
Avoid unnecessary heap allocation / deallocation more.
* Source/JavaScriptCore/wasm/WasmCallingConvention.h:
(JSC::Wasm::CallInformation::CallInformation):
(JSC::Wasm::WasmCallingConvention::callInformationFor const):
(JSC::Wasm::JSCallingConvention::callInformationFor const):
(JSC::Wasm::CCallingConventionArmThumb2::callInformationFor const):
* Source/JavaScriptCore/wasm/WasmLLIntGenerator.cpp:
(JSC::Wasm::LLIntGenerator::addArguments):
(JSC::Wasm::LLIntGenerator::addLoop):
Canonical link: https://commits.webkit.org/282498@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