Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7b5086f554ead526bfcc16e38da92711308a8f66
https://github.com/WebKit/WebKit/commit/7b5086f554ead526bfcc16e38da92711308a8f66
Author: Tadeu Zagallo <[email protected]>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths:
M Source/JavaScriptCore/bytecode/BytecodeList.rb
M Source/JavaScriptCore/generator/DSL.rb
M Source/JavaScriptCore/generator/Section.rb
Log Message:
-----------
[JSC] Disable automatic sorting of JS opcodes
https://bugs.webkit.org/show_bug.cgi?id=251940
rdar://105186257
Reviewed by Yusuke Suzuki.
This patch doesn't really change anything yet. I simply dumped the order in
which we
were sorting the opcodes, disabled the automatic sorting and added some
validation,
then changed BytecodeList.rb so the source matches the previous order.
In a subsequent patch I'll actually use a different order based on the Metadata
alignment requirements so we can get rid of all padding in the MetadataTable.
* Source/JavaScriptCore/bytecode/BytecodeList.rb:
* Source/JavaScriptCore/generator/DSL.rb:
* Source/JavaScriptCore/generator/Section.rb:
Canonical link: https://commits.webkit.org/260055@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes