Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1db6748377e06a9290aec1f8b61dbe03bf885f90
https://github.com/WebKit/WebKit/commit/1db6748377e06a9290aec1f8b61dbe03bf885f90
Author: Yusuke Suzuki <[email protected]>
Date: 2025-06-23 (Mon, 23 Jun 2025)
Changed paths:
M Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp
M Source/JavaScriptCore/runtime/OptionsList.h
Log Message:
-----------
[JSC] Increase switch jump table amount threshold from 10 to 15
https://bugs.webkit.org/show_bug.cgi?id=294825
rdar://problem/154061656
Reviewed by Yijia Huang.
This patch increases switch jump table amount threshold (how much jump
table pointers we will accept for each condition) from 10 to 15 to cover
more cases.
* Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp:
(JSC::CaseBlockNode::tryTableSwitch):
* Source/JavaScriptCore/runtime/OptionsList.h:
Canonical link: https://commits.webkit.org/296519@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