serenity/Userland/Libraries
Andreas Kling 93253e3701 LibJS/Bytecode: Give TypeofBinding instructions a lookup cache
These can use an EnvironmentCoordinate for caching, just like normal
binding lookups. Saves a bunch of time for repeated typeof checks.

(cherry picked from commit 60a05ef414f804fe0c44d20fe13c795800826368)
2024-06-24 16:38:47 +02:00
..
LibAccelGfx
LibArchive
LibAudio Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibC LibC: Implement mkfifoat(2) 2024-05-14 22:30:39 +02:00
LibCards Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibChess LibChess: Fix crash when importing PGN 2024-05-11 07:41:57 +01:00
LibCMake
LibCodeComprehension Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibCompress LibCompress: When limiting huffman tree depth, sacrifice bottom of tree 2024-05-26 21:00:55 +02:00
LibConfig
LibCore LibHTTP+LibCore+RequestServer: Use async streams for HTTP 2024-06-19 15:45:02 +02:00
LibCoredump LibCoredump: Use AK::unwind_stack_from_frame_pointer 2024-05-14 14:02:06 -06:00
LibCpp
LibCrypt
LibCrypto LibCrypto: Milk some more performance out of galois_multiply() 2024-06-19 15:45:02 +02:00
LibDebug HackStudio: Use AK::unwind_stack_from_frame_pointer 2024-05-14 14:02:06 -06:00
LibDesktop LibDesktop+LaunchServer: Propagate AppFile arguments over IPC 2024-04-30 17:43:14 -06:00
LibDeviceTree Kernel/riscv: Use new DeviceTree helpers in PCI initializations 2024-05-02 07:44:13 -06:00
LibDiff Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibDNS
LibDSP
LibEDID
LibELF DynamicLoader: Add an option to list all ELF loaded dependencies 2024-05-14 15:42:42 -06:00
LibFileSystem LibFileSystem: Ignore ENOTSUP when using chown and chmod during copy 2024-04-21 15:34:33 +02:00
LibFileSystemAccessClient
LibGemini LibHTTP+LibCore+RequestServer: Use async streams for HTTP 2024-06-19 15:45:02 +02:00
LibGfx LibGfx/WebPWriter: Use align_up_to() 2024-06-16 14:50:32 -04:00
LibGL
LibGLSL
LibGPU Everywhere: Remove 'clang-format off' comments that are no longer needed 2024-04-24 16:50:01 -04:00
LibGUI LibGfx: Remove unnecessary use of LibGUI in Gfx::Palette 2024-06-02 20:26:56 +02:00
LibHTTP LibHTTP+LibCore+RequestServer: Use async streams for HTTP 2024-06-19 15:45:02 +02:00
LibIDL IDLGenerators: Handle restricted/unrestricted floating point types 2024-05-29 08:18:24 +02:00
LibImageDecoderClient Userland: Remove remaining callers of synchronous ImageDecoder API 2024-04-23 12:32:04 -06:00
LibIMAP Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibIPC LibIPC: Actually yield to the event loop when EMSGSIZE or EAGAIN 2024-06-19 15:45:02 +02:00
LibJIT
LibJS LibJS/Bytecode: Give TypeofBinding instructions a lookup cache 2024-06-24 16:38:47 +02:00
LibKeyboard
LibLine Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibLocale LibLocale: Statically link LibLocaleData into LibLocale 2024-04-21 13:34:04 -06:00
LibMain
LibManual
LibMarkdown
LibPartition Kernel: Prevent reference to unaligned u32 in MBRPartitionTable init 2024-05-27 17:35:42 +02:00
LibPCIDB Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibPDF LibCompress: Rename LZWDecoder => LzwDecompressor 2024-05-14 12:33:53 -06:00
LibProtocol Everywhere: Use HTTP::HeaderMap for request headers 2024-06-10 12:01:57 +02:00
LibRegex Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibRIFF
LibSanitizer DynamicLoader+LibSanitizer: Link LibSanitizer to DynamicLoader properly 2024-05-07 16:39:17 -06:00
LibSemVer
LibSoftGPU
LibSQL LibCore+LibSQL+LibWebView: Move launching a singleton process to LibCore 2024-04-22 14:46:10 -06:00
LibSymbolication Meta+Userland: Make LibELF a proper library on Serenity 2024-04-26 19:08:13 -06:00
LibSyntax LibSyntax: Remove minor unnecessary use of LibGUI 2024-06-02 20:00:29 +02:00
LibSystem DynamicLoader+LibC: Link LibC into DynamicLoader --as-sane-people 2024-05-07 16:39:17 -06:00
LibTest LibTest: Add Test::AsyncMemory{Input,Output}Stream 2024-06-13 17:40:24 +02:00
LibTextCodec LibTextCodec: Add replacement decoder 2024-05-31 07:56:26 +02:00
LibThreading RequestServer+LibCore+LibTLS: Use coroutines for socket connection 2024-06-19 15:45:02 +02:00
LibTimeZone
LibTLS RequestServer+LibCore+LibTLS: Use coroutines for socket connection 2024-06-19 15:45:02 +02:00
LibUnicode AK+LibUnicode: Implement a case-insensitive variant of find_byte_offset 2024-06-01 07:37:54 +02:00
LibURL LibURL: Add BlobURLEntry to URL 2024-05-12 15:46:29 -06:00
LibUSBDB Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibVideo AK+Kernel+LibVideo: Include workarounds for missing P0960 only in Xcode 2024-05-21 14:24:59 +02:00
LibVirtGPU
LibVT Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibWasm LibWasm: Tighten validation algorithm 2024-06-13 23:14:39 +02:00
LibWeb Revert "LibWeb: Use memcpy() in CanvasRenderingContext2D.getImageData()" 2024-06-14 18:18:40 -04:00
LibWebSocket Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
LibWebView Everywhere: Use HTTP::HeaderMap for request headers 2024-06-10 12:01:57 +02:00
LibX86
LibXML
CMakeLists.txt