mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 08:10:02 +00:00
LibJS: Set default bytecode optimization level to Optimize
This commit is contained in:
parent
1e1bf84e6d
commit
4a06e68ecd
Notes:
sideshowbarker
2024-07-17 04:55:49 +09:00
Author: https://github.com/Hendiadyoin1
Commit: 4a06e68ecd
Pull-request: https://github.com/SerenityOS/serenity/pull/15857
Issue: https://github.com/SerenityOS/serenity/issues/15753
Reviewed-by: https://github.com/alimpfard
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public:
|
|||
None,
|
||||
Optimize,
|
||||
__Count,
|
||||
Default = None,
|
||||
Default = Optimize,
|
||||
};
|
||||
static Bytecode::PassManager& optimization_pipeline(OptimizationLevel = OptimizationLevel::Default);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue