ladybird/Userland
Daniel Bertalan cc9ec6693b LibJS: Remove the concept of bytecode optimization levels
While this would be useful in the future for implementing a multi-tiered
optimization strategy, currently a binary on/off is enough for us. This
removes the confusingly on-by-default `OptimizationLevel::None` option
which made the optimization pipeline a no-op even if
`Bytecode::Interpreter::set_optimizations_enabled` had been called.

Fixes #15982
2023-06-27 14:35:23 +03:30
..
Applets AudioServer+Userland: Separate audio IPC into normal client and manager 2023-06-25 00:16:44 +02:00
Applications Browser: Change "Same Origin" to "Same-Origin" 2023-06-24 06:19:39 +02:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos LibGUI+Userland: Port StatusBar::text() and set_text functions to String 2023-06-15 13:53:22 +01:00
DevTools HackStudio: Use StringView in DiffViewer::draw_line 2023-06-26 19:26:34 +02:00
DynamicLoader Everywhere: Resolve conflicts with LibC and libc++ 2023-06-27 12:40:38 +02:00
Games Snake: Show status tips in Statusbar 2023-06-17 20:36:03 +02:00
Libraries LibJS: Remove the concept of bytecode optimization levels 2023-06-27 14:35:23 +03:30
Services AudioServer: Add a hack to make audio "just work" on HDA for now 2023-06-25 00:16:44 +02:00
Shell Shell: Stop lying about string types 2023-06-13 01:49:02 +02:00
Utilities test262-runner+js: Respect the bytecode optimizations enabled flag 2023-06-27 14:35:23 +03:30
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00