[webkit-changes] [WebKit/WebKit] 7a33c6: [JSC] Use pregenerated code even if DOMAttribute i...
Yusuke Suzuki
noreply at github.com
Fri Jun 7 08:09:00 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7a33c6d6cb13395257a31e4c7ef1920048f8d170
https://github.com/WebKit/WebKit/commit/7a33c6d6cb13395257a31e4c7ef1920048f8d170
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2024-06-07 (Fri, 07 Jun 2024)
Changed paths:
M Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp
Log Message:
-----------
[JSC] Use pregenerated code even if DOMAttribute is offered
https://bugs.webkit.org/show_bug.cgi?id=275243
rdar://129383160
Reviewed by Yijia Huang.
For custom accessor getter case, let's use pre-generated code even if DOMAttribute is attached. Whether it exists does not matter.
* Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp:
(JSC::InlineCacheCompiler::compileOneAccessCaseHandler):
Canonical link: https://commits.webkit.org/279812@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