1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Userland
Idan Horowitz 38f3b78a1d LibJS: Store the bytecode accumulator in a dedicated physical register
We now use a dedicated physical register to store the bytecode
accumulator, instead of loading and storing it to the memory everytime.
2023-11-02 22:35:35 +01:00
..
Applets LibGfx: Remove indexed palette formats from Bitmap and Painter 2023-10-12 07:39:05 +02:00
Applications LibJS+Embedders: Unify stack trace format for uncaught errors 2023-11-02 07:37:41 +01:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Userland+Tests: Remove uses of direct file loading for BitmapFont 2023-10-29 13:12:28 -06:00
DevTools HackStudio: Add an 'Auto Save before Build or Run' option 2023-11-02 11:08:14 +00:00
DynamicLoader DynamicLoader: Add an option to explicitly run an ELF executable binary 2023-10-16 12:09:04 +02:00
Games FlappyBug: Unify the way of getting the final score 2023-11-01 10:43:55 +01:00
Libraries LibJS: Store the bytecode accumulator in a dedicated physical register 2023-11-02 22:35:35 +01:00
Services LibWeb: Rename DOM::Node::id() to unique_id() 2023-11-02 17:09:34 +01:00
Shell Shell: Remove '#' from the list of acceptable bareword characters 2023-10-29 01:35:40 +03:30
Utilities LibJS+Embedders: Unify stack trace format for uncaught errors 2023-11-02 07:37:41 +01:00
CMakeLists.txt