Commits
User selector
Commit History
Commits on Sep 3, 2021
Unreviewed, non-unified JSC build fix following 241222@main.
Show description for 95d6aadcommitted
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 4, 2021
[JSC] Implement JIT ICs for InByVal
Show description for 64dfd00committed
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 Apr 15, 2021
[JSC] Do not copy SimpleJumpTable
Show description for cb1da55committed
Commits on Apr 10, 2021
Enable VMTraps checks in RETURN_IF_EXCEPTION.
Show description for 342fdbacommitted
Mark Lam
Commits on Feb 9, 2021
[ESNext] Implement private methods
Show description for 0cf8318committed
Commits on Dec 16, 2020
Non-enumerable property fails to shadow inherited enumerable property from for-in
Show description for 55e3813committed
Commits on Dec 14, 2020
[JSC] Introduce vmEntryCustomAccessor and vmEntryHostFunction for JITCage
Show description for 0383c27committed
Commits on Oct 21, 2020
[JSC] support op_get_private_name in DFG and FTL
Show description for 98d3399committed
Commits on Oct 13, 2020
JIT operations do not need extern "C"
Show description for df02f3bcommitted
Commits on Sep 29, 2020
[JSC] Annotate JIT operation functions called from B3 etc.
Show description for c1fa3eacommittedUse JSC_DECLARE_JIT_OPERATION / JSC_DECLARE_CUSTOM_GETTER / JSC_DECLARE_CUSTOM_SETTER
Show description for a509b3acommitted
Commits on Sep 24, 2020
[JSC] Simply some of template-specialized host functions by defining each function
Show description for b1823bacommitted
Commits on Sep 23, 2020
[JSC][ESNext] Create a new opcode to handle private fields store/define
Show description for 6ba7522committed
Commits on Aug 19, 2020
Introduce OpIsCallable bytecode and intrinsic
Show description for d1e50e3committed
Commits on Jul 28, 2020
[JSC] add IC support for op_get_private_name
Show description for 5111623committed
Commits on Jun 5, 2020
[JSC] Add support for private class fields
Show description for 71128dbcommitted
Commits on May 30, 2020
AssemblyHelpers::callExceptionFuzz() is passing a wrong argument to operationExceptionFuzz().
Show description for 836a975committed
Mark Lam
Commits on Apr 19, 2020
Support an inlined representation in JSValue of small BigInts ("BigInt32")
Show description for b7d6325committed
Robin Morisset
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 Mar 31, 2020
[JSC] Introduce UCPUStrictInt32 for result type of DFG operations
Show description for 2ee77aacommitted
Commits on Mar 29, 2020
[JSC] Use CacheableIdentifier for all ById case
Show description for 7d240d1committed
Commits on Feb 26, 2020
Inline Cache delete by id/val
Show description for 94afdd5committed
Justin Michaud
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
Commits on Nov 8, 2019
Split ArithProfile into a Unary and a Binary version
Show description for 9c844d6committed
Robin Morisset
Commits on Nov 4, 2019
Unreviewed, rolling out r252015.
Show description for 619ba0ecommitted
Truitt Savell