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 27, 2021
[JSC] op_put_private_name should use modern IC and remove ByValInfo
Show description for a3de04acommitted
Commits on Aug 26, 2021
[JSC] Polymorphic PutByVal
Show description for ef27e81committed
Commits on Aug 23, 2021
[JSC] emitArrayProfilingSiteWithCell should not load indexingType unnecessarily
Show description for 31407a6committed
Commits on Aug 19, 2021
[JSC] Remove op_has_indexed_property related code
Show description for 298ab9bcommitted
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 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 12, 2021
Remove dead code around ENABLE(OPCODE_SAMPLING) and ENABLE(CODEBLOCK_SAMPLING).
Show description for 6dc02abcommitted
Mark Lam
Commits on May 11, 2021
Removed unused CallRecord::bytecodeIndex field.
Show description for eee8a1bcommitted
Mark Lam
Commits on Feb 21, 2021
[JSC] Remove vm.topCallFrame storing in Baseline JIT
Show description for 92ccb01committed
Commits on Dec 11, 2020
[JIT] Require value registers explicitly on emitValueProfilingSite
Show description for 66437c5committed
Commits on Dec 4, 2020
"done" checkpoint of iterator_next stores the wrong register in the value profile in baseline JIT
Show description for 8652062committed
Commits on Oct 6, 2020
[JSC] More consistent PtrTagging for code types
Show description for 7be0568committed
Commits on Sep 23, 2020
[JSC][ESNext] Create a new opcode to handle private fields store/define
Show description for 6ba7522committed
Commits on Jul 29, 2020
for..of intrinsics implementation for 32bits
Show description for fc2aaa0committed
Commits on Jun 5, 2020
[JSC] Add support for private class fields
Show description for 71128dbcommitted
Commits on Apr 18, 2020
Redesign how we do for-of iteration for JSArrays
Show description for 02445d9committed
Commits on Apr 7, 2020
Not using strict mode within ClassDeclaration statement
Show description for 7b11165committed
Commits on Feb 7, 2020
[JSC] CodeBlock::shrinkToFit should shrink m_constantRegisters and m_constantsSourceCodeRepresentation in 64bit architectures
Show description for a9ffa8fcommittedUnreviewed, rolling out r255987.
Show description for 222e561authored andcommitted
Commits on Feb 6, 2020
[JSC] CodeBlock::shrinkToFit should shrink m_constantRegisters and m_constantsSourceCodeRepresentation in 64bit architectures
Show description for 44a8a3ecommitted
Commits on Jan 23, 2020
Don't include BytecodeStructs.h in CommonSlowPaths.h
Show description for 2a61047committed
Robin Morisset
Commits on Jan 22, 2020
[32-bits][JIT] Fix build issues.
Show description for c853db0committed[JSC] Attempt to fix BytecodeIndex handling in 32bit
Show description for 843969acommitted
Commits on Jan 17, 2020
Reland bytecode checkpoints since bugs have been fixed
Show description for 198b075committed
Commits on Jan 15, 2020
Revert bytecode checkpoints since it breaks watch
Show description for 356c0f3committed
Commits on Dec 24, 2019
DFG/FTL should be able to exit to the middle of a bytecode
Show description for c131525committed
Commits on Dec 22, 2019
[JSC] Improve our bound function implementation
Show description for 5ac8cbccommitted
Commits on Nov 23, 2019
Use LLInt profiling to rule out generating an IC for get_by_val
Show description for 7d8c5cbcommitted
Commits on Nov 20, 2019
GetByVal should use polymorphic access and hook into a status object
Show description for 0d4f64dcommitted
Commits on Nov 13, 2019
Split ArithProfile into a Unary and a Binary version
Show description for 8d957ffcommitted
Robin Morisset
Commits on Nov 9, 2019
Unreviewed, rolling out r252229.
Show description for bd54845committed