mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 13:02:28 +00:00
LibJS: Disable bytecode optimizations again
Bytecode optimizations still break test262, so let's not enable this until they have been confirmed to work there.
This commit is contained in:
parent
4a06e68ecd
commit
67236d9573
Notes:
sideshowbarker
2024-07-17 08:45:34 +09:00
Author: https://github.com/awesomekling
Commit: 67236d9573
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public:
|
||||||
None,
|
None,
|
||||||
Optimize,
|
Optimize,
|
||||||
__Count,
|
__Count,
|
||||||
Default = Optimize,
|
Default = None,
|
||||||
};
|
};
|
||||||
static Bytecode::PassManager& optimization_pipeline(OptimizationLevel = OptimizationLevel::Default);
|
static Bytecode::PassManager& optimization_pipeline(OptimizationLevel = OptimizationLevel::Default);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue