ladybird/Userland
Andreas Kling a7c1af08ca LibJS: Store bytecode instruction length in instruction itself
Instead of running a big switch statement on the opcode when checking
how long an instruction is, we now simply store that in a member
variable at construction time for instant access.

This yields a 10.2% speed-up on Kraken/ai-astar :^)
2023-09-14 16:11:14 +02:00
..
Applets Userland: Migrate to String in notification system 2023-09-01 12:06:08 +02:00
Applications Browser+Ladybird: Let the list of user agent strings be shared 2023-09-13 19:33:07 -04:00
BuggieBox Userland: Pretty print the help text in BuggieBox 2023-08-09 02:10:02 +02:00
Demos Mandelbrot: Pledge unix to enable image export 2023-08-17 07:14:54 +02:00
DevTools Kernel+ProfileViewer: Display additional filesystem events 2023-09-09 11:26:51 -06:00
DynamicLoader LibC+LibELF: Support loading shared libraries compiled with dynamic TLS 2023-08-18 16:20:13 +02:00
Games GameOfLife: Ensure BoardWidget can always contain the board 2023-09-13 07:45:49 +01:00
Libraries LibJS: Store bytecode instruction length in instruction itself 2023-09-14 16:11:14 +02:00
Services WebContent: Add "load-reference-page" debug request 2023-09-13 08:48:19 +02:00
Shell Shell: Allow the user to set the prompt using PROMPT() 2023-09-07 11:52:37 -06:00
Utilities LibWeb+headless-browser: Replace ref-test manifest with link tags 2023-09-13 08:48:19 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00