Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 88be7744816dfb43d187afc94cc326afaae1bbfc https://github.com/WebKit/WebKit/commit/88be7744816dfb43d187afc94cc326afaae1bbfc Author: Yusuke Suzuki <ysuz...@apple.com> Date: 2025-08-20 (Wed, 20 Aug 2025)
Changed paths: M Source/JavaScriptCore/llint/InPlaceInterpreter.asm M Source/JavaScriptCore/llint/InPlaceInterpreter32_64.asm M Source/JavaScriptCore/llint/InPlaceInterpreter64.asm M Source/JavaScriptCore/wasm/WasmCallee.cpp M Source/JavaScriptCore/wasm/WasmCallee.h M Source/JavaScriptCore/wasm/WasmFunctionIPIntMetadataGenerator.h Log Message: ----------- [JSC] Simplify IPInt fields https://bugs.webkit.org/show_bug.cgi?id=297238 rdar://158070552 Reviewed by Yijia Huang. This patch removes pointer fields in IPIntCallee since they can be obtained directly from Vectors. * Source/JavaScriptCore/llint/InPlaceInterpreter.asm: * Source/JavaScriptCore/llint/InPlaceInterpreter32_64.asm: * Source/JavaScriptCore/llint/InPlaceInterpreter64.asm: * Source/JavaScriptCore/wasm/WasmCallee.cpp: (JSC::Wasm::IPIntCallee::IPIntCallee): * Source/JavaScriptCore/wasm/WasmCallee.h: * Source/JavaScriptCore/wasm/WasmFunctionIPIntMetadataGenerator.h: Canonical link: https://commits.webkit.org/298989@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes