serenity/Userland
Andreas Kling 1a07205c33 LibJS: Don't reserve space in function environment for parameter locals
3% speed-up on Octane/typescript.js (but basically improves performance
on most JS.)
2024-01-21 21:03:59 +01:00
..
Applets Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
Applications PDFViewer: Remove an unneeded indirection 2024-01-21 09:32:22 -05:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos WidgetGallery: Remove quotes around GML boolean values 2024-01-21 08:38:18 -05:00
DevTools HackStudio: Remove unused spawn.h include 2024-01-19 12:16:21 -07:00
DynamicLoader Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Games MasterWord: Add fullscreen option 2024-01-14 15:18:43 -07:00
Libraries LibJS: Don't reserve space in function environment for parameter locals 2024-01-21 21:03:59 +01:00
Services NotificationServer: Manually calculate the text label height 2024-01-21 09:32:10 -05:00
Shell LibFileSystem+Everywhere: Return ByteString from read_link() 2024-01-16 08:42:34 +00:00
Utilities ls: Show T in long mode if sticky bit is set for non-executable files 2024-01-21 08:49:33 -05:00
CMakeLists.txt