Commits
User selector
Commit History
Commits on May 18, 2026
[JSC] Shrink sizeof(JSGenerator)
Show description for e0704d3committed
Commits on May 11, 2026
[JSC] Inline small sorting in DFG / FTL
Show description for cab7a45committed
Commits on Apr 16, 2026
[JSC] Remove JSInternalPromise
Show description for d36f217committed
Commits on Feb 16, 2026
[JSC] Remove op_tail_call_forward_arguments
Show description for 8bbfb11committed
Commits on Feb 5, 2026
[JSC] Remove unused op_overrides_has_instance
Show description for 39d9b74committed[JSC] Remove op_rest_length
Show description for 7424a48committed
Commits on Jan 31, 2026
Remove op_end
Show description for 1883cffcommitted
Commits on Oct 21, 2025
[JSC] Wasm: remove special case SIMD entrypoint and tier up mechanism
Show description for e1fe366committed
Commits on Oct 11, 2025
[JSC] GetFromScope and PutToScope should cache the StructureID
Show description for a512fe6committed
Commits on Oct 5, 2025
ASSERTION FAILED: constructor.isObject() when OSR from an inlined function
Show description for 8b9fc1bauthored andcommitted
Commits on Aug 27, 2025
Unreviewed, reverting 299222@main.
Show description for 9104872authored andcommittedUnreviewed, reverting 299215@main.
Show description for 828ae89authored andcommitted[JSC] Remove WebAssembly.asm
Show description for 6d9522acommitted
Commits on Aug 9, 2025
[JSC] Remove WasmLLInt
Show description for 83cc090committed
Commits on Jun 22, 2025
[JSC] Filter out GetByStatus with constant identifier
Show description for d41bc43committed
Commits on Jun 16, 2025
[JSC] IPInt exception handlers should be tagged correctly
Show description for 1f3b9d9committed
Commits on Apr 12, 2025
Web Inspector: Debugger: add a way to step over `await` as though it was sync code
Show description for 6eceba5committed
Commits on Mar 17, 2025
[JSC] Add NewRegExpUntyped DFG node
Show description for d8448d0committed
Commits on Jan 23, 2025
Fix IPInt JITless wasm->wasm and wasm->JS
Show description for d653320committed
Commits on Dec 10, 2024
IPInt should tier up to BBQ for SIMD code
Show description for 45c1b15committed
Commits on Nov 20, 2024
Implement Wasm tail calls in IPInt
Show description for 34f187fcommitted
Commits on Oct 14, 2024
Refactor IPInt entry and return paths
Show description for 28cd493committed
Commits on Oct 11, 2024
[JSC] Fix instanceof by introducing hasInstanceOrPrototype
Show description for d36c972committed
Commits on Oct 10, 2024
Unreviewed, reverting 284931@main and 284940@main.
Show description for 9bfbbb1authored andcommitted
Commits on Oct 9, 2024
[JSC] Don't use JSScope instances as `this` value when calling functions
Show description for ee167b8committed
Alexey Shvayka
Commits on Oct 4, 2024
[JSC] Use function for iterator-helper creation instead of bytecode
Show description for 09fab09committed[JSC] Add defaultOffset from bytecode to SwitchTables
Show description for 2ad9fbccommitted
Commits on Oct 3, 2024
[JSC] Complete the implementation of Iterator helpers proposal
Show description for 8243544committed
Alexey Shvayka
Commits on Sep 24, 2024
[JSC] Fuse `instanceof` bytecodes to one to reduce the emitted bytecode size
Show description for 74d2332committed
Commits on Sep 20, 2024
Reduce IPInt register usage and support JITless calls
Show description for 82e443ecommitted
Commits on Sep 19, 2024
Implement new Wasm exception spec
Show description for 14eaa7fcommitted
Commits on Sep 17, 2024
[JSC] Remove one level indirection for JS -> Wasm calls
Show description for d5ba7eacommitted
Commits on Sep 12, 2024
Unreviewed, fix CLoop build
Show description for 5a105c8committed
Commits on Sep 8, 2024
[JSC] Add super_construct and super_construct_varargs
Show description for b576987committed
Commits on Aug 28, 2024
[WASM] Implement return_call_ref
Show description for 1fe68a1committed