[webkit-changes] [WebKit/WebKit] 55ce10: [JSC][armv7] InlineCacheCompiler::emitProxyObjectA...
Max Rottenkolber
noreply at github.com
Tue Aug 20 15:30:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 55ce100f695ecbd40fbb5c7cfda053bd59f192e7
https://github.com/WebKit/WebKit/commit/55ce100f695ecbd40fbb5c7cfda053bd59f192e7
Author: Max Rottenkolber <maximilian at igalia.com>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp
Log Message:
-----------
[JSC][armv7] InlineCacheCompiler::emitProxyObjectAccess: restore metadataTableRegister before call
https://bugs.webkit.org/show_bug.cgi?id=277683
Reviewed by Justin Michaud.
While metadataTableRegister is saved/restored by the IC, it emits
a JS call inbetween doing so. This rematerialzes metadataTableRegister before
the call so that the callee sees the correct value.
* Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp:
(JSC::InlineCacheCompiler::emitProxyObjectAccess):
Canonical link: https://commits.webkit.org/282523@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