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 Sep 2, 2021
[JSC] ScriptExecutable::newCodeBlockFor should handle exceptions more predictably
Show description for 7c23aa1committed
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 19, 2021
[JSC] Remove op_has_indexed_property related code
Show description for 298ab9bcommitted
Commits on Jun 22, 2021
[JSC] Add JIT ICs for `#x in obj` feature
Show description for 57ebbb5committed
Commits on Jun 10, 2021
[JSC] Rename *ByIdVariant to *ByVariant and *ByKind::Normal to *ByKind::ById
Show description for 70ea462committed
Commits on Jun 9, 2021
[JSC] Use DataIC for AccessCase
Show description for 4c4fb56committed
Commits on Jun 8, 2021
[JSC] Use ResolvedClosureVar to get brand from scope
Show description for 2238709committed
Commits on Jun 4, 2021
[JSC] Implement JIT ICs for InByVal
Show description for 64dfd00committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 26, 2021
Merge all the JIT worklists into a shared worklist
Show description for e42c8decommitted
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 23, 2021
Support Ergonomic Brand Checks proposal (`#x in obj`)
Show description for e40702bcommitted
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 May 6, 2021
Introduce VM::hasPendingTerminationException() to make code a little more terse.
Show description for 58958d0committed
Mark Lam
Commits on Apr 22, 2021
[JSC] DFG / FTL should inline switch_string
Show description for 70f7fa9committed
Commits on Apr 15, 2021
Optimize the DeferTermination scope to be more efficient.
Show description for 97a7d4bcommitted
Mark LamAdd missing exception check in operationGetPrivateNameOptimize().
Show description for d1db24ccommitted
Mark Lam[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 Apr 8, 2021
Rename and make the TerminationException a singleton.
Show description for c803659committed
Mark Lam
Commits on Feb 9, 2021
[ESNext] Implement private methods
Show description for 0cf8318committed
Commits on Jan 27, 2021
[JSC] Avoid using DirectCall when executable is wasm function
Show description for 9d781c5committedUnreviewed, reverting r271186.
Show description for 14c22becommitted
Commits on Jan 8, 2021
Work around Clang bug in __builtin_return_address().
Show description for 15b4e99committed
Mark Lam
Commits on Jan 6, 2021
[JSC] DFG/FTL DirectCall need to respect Wasm IC
Show description for a125d08committed
Commits on Dec 16, 2020
Non-enumerable property fails to shadow inherited enumerable property from for-in
Show description for 55e3813committed
Commits on Oct 21, 2020
[JSC] support op_get_private_name in DFG and FTL
Show description for 98d3399committed
Commits on Oct 18, 2020
[ESNext][JIT] Add support for UntypedUse on PutPrivateName's base operand
Show description for 7079e8fcommitted
Commits on Oct 13, 2020
JIT operations do not need extern "C"
Show description for df02f3bcommitted
Commits on Oct 11, 2020
[JSC] Assert Operation and HostFunction are in JITOperationsList
Show description for 623d100committed