Commits
User selector
Commit History
Commits on Aug 5, 2021
GCC 11 builds should use -Wno-array-bounds, -Wno-nonnull
Show description for bd938edauthored andcommitted
Commits on Jun 12, 2021
-Wnonnull warning in JITCall.cpp
Show description for da0f1a8authored andcommitted
Commits on Jun 9, 2021
[JSC] Use DataIC for AccessCase
Show description for 4c4fb56committed
Commits on May 25, 2021
Finalize DFG/FTL code refs on the compiler threads
Show description for 934b072committed
Commits on May 21, 2021
[ Catalina Release JSC] A large number of JSC test appear to be flaky failing
Show description for efc8e5bcommitted
Commits on May 18, 2021
Add Data Call ICs that don't repatch and use them in the baseline JIT
Show description for 3de6f84committed
Commits on May 12, 2021
Remove dead code around ENABLE(OPCODE_SAMPLING) and ENABLE(CODEBLOCK_SAMPLING).
Show description for 6dc02abcommitted
Mark Lam
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 Dec 3, 2020
JIT::emit_op_iterator_next fast path passes in the wrong identifier to the "done" JITGetByIdGenerator
Show description for cc07f74committed
Commits on Oct 26, 2020
Inclusive software: Remove instances of "dumb" from the code
Show description for 5c5f058committed
Commits on Oct 6, 2020
[JSC] More consistent PtrTagging for code types
Show description for 7be0568committed
Commits on Aug 31, 2020
[JSC] StructureStubInfo / CallLinkInfo / ByValInfo should set CodeOrigin or BytecodeIndex at construction
Show description for 464aa2dcommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Apr 23, 2020
Fix OSR exiting/iterator object checks in for-of bytecodes
Show description for 782e2e1committed
Commits on Apr 21, 2020
Non-unified build fixes late February 2020 edition
Show description for c175eb7committed
Commits on Apr 20, 2020
[JSC] SlowPathCall is not supported by callOperation in Windows
Show description for 03084e9committed
Commits on Apr 19, 2020
[JSC] LLInt slow path call should not have third argument
Show description for d923888committed
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 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 Oct 23, 2019
BytecodeIndex should be a proper C++ class
Show description for ee2d3efcommitted
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Sep 20, 2019
[JSC] DFG op_call_varargs should not assume that one-previous-local of freeReg is usable
Show description for 10e4297committed
Commits on Sep 19, 2019
Replace JSValue #defines with static constexpr values.
Show description for e36951acommitted
Mark Lam
Commits on Aug 27, 2019
Refactor to use VM& instead of VM* at as many places as possible.
Show description for b236c61committed
Mark Lam
Commits on May 22, 2019
[JSC] Shrink Metadata
Show description for 0746057committed
Commits on Jan 16, 2019
Refactor new bytecode structs so that the fields are prefixed with "m_".
Show description for a8f0fc5committed
Mark Lam
Commits on Oct 29, 2018
New bytecode format for JSC
Show description for c57dd45committed
Commits on Oct 26, 2018
Unreviewed, rolling out r237479 and r237484.
Show description for 0e37616committedNew bytecode format for JSC
Show description for 83d3012committed
Commits on Sep 8, 2018
Ensure that handleIntrinsicCall() is only applied on op_call shaped instructions.
Show description for 655b6b2committed
Mark Lam