[webkit-changes] [WebKit/WebKit] 077621: [WASM] Use m_currentOpcodeStartingOffset for verbo...
Commit Queue
noreply at github.com
Fri Mar 29 14:07:37 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 077621476430813cac6661c02e67c979b85cc960
https://github.com/WebKit/WebKit/commit/077621476430813cac6661c02e67c979b85cc960
Author: Yijia Huang <yijia_huang at apple.com>
Date: 2024-03-29 (Fri, 29 Mar 2024)
Changed paths:
M Source/JavaScriptCore/wasm/WasmFunctionParser.h
Log Message:
-----------
[WASM] Use m_currentOpcodeStartingOffset for verbose datalog in FunctionParser::parseBody
https://bugs.webkit.org/show_bug.cgi?id=271909
rdar://125628170
Reviewed by Yusuke Suzuki.
The m_offset in FunctionParser will be incremented by one after parseUInt8.
We should dump m_currentOpcodeStartingOffset instead for verbose datalog.
* Source/JavaScriptCore/wasm/WasmFunctionParser.h:
(JSC::Wasm::FunctionParser<Context>::parseBody):
Canonical link: https://commits.webkit.org/276840@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