forked from WebKit/WebKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JSC] Attach further more inline capacity to wasm compiler related da…
…ta 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
- Loading branch information
1 parent
896f3c7
commit 1aedd1d
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters