Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 55ce100f695ecbd40fbb5c7cfda053bd59f192e7
https://github.com/WebKit/WebKit/commit/55ce100f695ecbd40fbb5c7cfda053bd59f192e7
Author: Max Rottenkolber <[email protected]>
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes