Commits
User selector
Commit History
Commits on Sep 16, 2021
Unreviewed, reverting r282478.
Show description for 9539676committed
Commits on Sep 15, 2021
Move some profiling to UnlinkedCodeBlock
Show description for 0bdcc56committed
Commits on Aug 19, 2021
[JSC] Remove op_has_indexed_property related code
Show description for 298ab9bcommitted
Commits on Aug 7, 2021
for-in should only emit one loop in bytecode
Show description for af53d48committed
Commits on Jun 24, 2021
[JSC] Implement returnEarlyFromInfiniteLoopsForFuzzing for 32bits
Show description for 982695aauthored andcommitted
Commits on Jun 19, 2021
[Revert r278576] Put the Baseline JIT prologue and op_loop_hint code in JIT thunks.
Show description for c8793dacommitted
Mark Lam
Commits on Jun 9, 2021
[JSC] Use DataIC for AccessCase
Show description for 4c4fb56committed
Commits on Jun 7, 2021
Put the Baseline JIT prologue and op_loop_hint code in JIT thunks.
Show description for d76d00ecommitted
Mark Lam
Commits on May 25, 2021
Reduce Baseline JIT emitted code size for op_jfalse, op_jtrue, op_get_from_scope, op_resolve_scope.
Show description for b5fa801committed
Mark Lam
Commits on May 24, 2021
Allow CTI stubs to be generated off the main thread
Show description for a60abb9committed
Commits on May 23, 2021
Enhance Link Buffer stats to have more fine grain profiles, and to collect count information.
Show description for 2dba95ecommitted
Mark Lam
Commits on May 22, 2021
Remove the unnecessary use of CompileOpStrictEqType.
Show description for cf6de6dcommitted
Mark Lam
Commits on May 19, 2021
[JSC} Remove exception checks from non-throwing function calls in Baseline JIT
Show description for e889e01committed
Commits on May 17, 2021
Implement baseline op_enter, op_ret, op_check_traps, op_throw using JIT thunks.
Show description for 9b39482committed
Mark Lam
Commits on May 10, 2021
Add support to collect stats on cumulative LinkBuffer linked sizes based on profiles.
Show description for f551322committed
Mark Lam
Commits on Apr 22, 2021
Unreviewed, reverting r276456.
Show description for b2e5dcacommitted[JSC} Remove exception checks from non-throwing function calls in Baseline JIT
Show description for df09a5acommitted[JSC] Baseline should have fast path for switch_imm
Show description for 54af077committed[JSC] DFG / FTL should inline switch_string
Show description for 70f7fa9committed
Commits on Apr 15, 2021
[JSC] Do not copy SimpleJumpTable
Show description for cb1da55committed
Commits on Apr 12, 2021
[JSC] Do not copy StringSwitchJumpTable
Show description for 530aca8committed
Commits on Apr 10, 2021
Enable VMTraps checks in RETURN_IF_EXCEPTION.
Show description for 342fdbacommitted
Mark Lam
Commits on Jan 14, 2021
Baseline JIT should emit mutatorFence after inline allocations
Show description for 9d01f72committed
Commits on Jan 8, 2021
Work around Clang bug in __builtin_return_address().
Show description for 15b4e99committed
Mark Lam
Commits on Dec 16, 2020
Non-enumerable property fails to shadow inherited enumerable property from for-in
Show description for 55e3813committed
Commits on Dec 11, 2020
[JIT] Require value registers explicitly on emitValueProfilingSite
Show description for 66437c5committed
Commits on Dec 4, 2020
[JIT] Value profile stores wrong value in BaselineJIT for some operations
Show description for 50b22d3committed
Commits on Sep 9, 2020
[JSC] returnEarlyFromInfiniteLoopsForFuzzing should return object
Show description for 8558a4bcommitted
Commits on Aug 31, 2020
[JSC] StructureStubInfo / CallLinkInfo / ByValInfo should set CodeOrigin or BytecodeIndex at construction
Show description for 464aa2dcommitted
Commits on Jul 17, 2020
emitIsUndefined() should not special-case [[IsHTMLDDA]] objects
Show description for ed327a1committed
Commits on Jul 8, 2020
Add a way to return early from detected infinite loops to aid the fuzzer
Show description for 6385302committed
Commits on Jul 1, 2020
Rename zeroExtend32ToPtr to zeroExtend32ToWord
Show description for e9e3831committed
Commits on Jun 24, 2020
Add DFG/FTL fast path for GetPrototypeOf based on OverridesGetPrototype flag
Show description for 15dc658committed
Commits on Jun 15, 2020
super should not depend on __proto__
Show description for c7ecad7committed
Commits on May 28, 2020
hasOwnProperty inside structure property for-in loop should use an opcode like has_structure_property but for hasOwnProperty
Show description for 1ccdf7ccommitted