Commits
User selector
Commit History
Commits on Sep 4, 2021
[JSC] Make EnumeratorNextUpdateIndexAndMode clobberizing rule precise
Show description for 6b01ba3committed
Commits on Aug 26, 2021
[JSC] Polymorphic PutByVal
Show description for ef27e81committed
Commits on Aug 7, 2021
for-in should only emit one loop in bytecode
Show description for af53d48committed
Commits on Jul 6, 2021
[JSC] Optimize Object.assign and putDirectInternal
Show description for cb3e0dccommitted
Commits on Jun 4, 2021
Optimize Function.prototype.toString
Show description for 83d3986committed[JSC] Implement JIT ICs for InByVal
Show description for 64dfd00committed
Commits on May 23, 2021
Support Ergonomic Brand Checks proposal (`#x in obj`)
Show description for e40702bcommitted
Commits on Mar 6, 2021
BooleanConstructor should be inlined in DFG / FTL
Show description for d991077committed
Commits on Feb 9, 2021
[ESNext] Implement private methods
Show description for 0cf8318committed
Commits on Feb 1, 2021
[JSC] Implement BigInt64Array and BigUint64Array
Show description for 5a13e56committed
Commits on Dec 16, 2020
Non-enumerable property fails to shadow inherited enumerable property from for-in
Show description for 55e3813committed
Commits on Nov 6, 2020
Re-enable SharedArrayBuffer for JSC shell and Testers
Show description for 369f05ecommitted
Commits on Nov 4, 2020
Drop most uses of the phrase 'neuter' from the tree
Show description for 94cec53committed
Commits on Oct 21, 2020
[JSC] support op_get_private_name in DFG and FTL
Show description for 98d3399committed
Commits on Sep 29, 2020
Add Bounds Check Elimination validation for debugging.
Show description for 9979279committed
Mark Lam
Commits on Sep 23, 2020
[JSC][ESNext] Create a new opcode to handle private fields store/define
Show description for 6ba7522committed
Commits on Sep 12, 2020
[JSC] attribute-change transition should not pin Structure
Show description for 3929c3ccommitted
Commits on Sep 10, 2020
OutOfBoundsSaneChain operations should use their own heap locations
Show description for 0916ae5committed
Commits on Aug 25, 2020
Remove MovHintRemoval phase
Show description for b50be62committed
Commits on Aug 20, 2020
[JSC] Add Object.getOwnPropertyNames caching as it is done for Object.keys, and accelerate Object.getOwnPropertyDescriptor
Show description for 0e2a58ecommitted
Commits on Aug 19, 2020
Introduce OpIsCallable bytecode and intrinsic
Show description for d1e50e3committed
Commits on Aug 17, 2020
Have an OOB+SaneChain Array::Speculation
Show description for c645916committed
Commits on Aug 16, 2020
Remove OpIsObjectOrNull from ClassExprNode::emitBytecode()
Show description for b202c10committed
Commits on Jul 21, 2020
TryGetById clobberize rules are wrong.
Show description for 1cae627committed
Mark Lam
Commits on Jul 17, 2020
emitIsUndefined() should not special-case [[IsHTMLDDA]] objects
Show description for ed327a1committed
Commits on Jun 24, 2020
[JSC] Clobberize misses `write(Heap)` report in some nodes
Show description for 4823e39committed
Commits on Jun 17, 2020
[JSC] Check NullSetterFunction under strict-mode context since structure / PropertyCondition are unaware of this
Show description for 36064e9committed
Commits on Jun 15, 2020
CheckIsConstant should not use BadCache exit kind
Show description for 788ef3acommitted
Commits on Jun 2, 2020
MultiDeleteByOffset should not always def
Show description for b29b9e9committed
Commits on May 30, 2020
We need to properly model heap ranges of Delete in DFG/B3
Show description for fc0287fcommitted
Commits on May 28, 2020
for-of should check the iterable is a JSArray for FastArray in DFG iterator_open
Show description for 05ecd4ecommittedhasOwnProperty inside structure property for-in loop should use an opcode like has_structure_property but for hasOwnProperty
Show description for 1ccdf7ccommitted
Commits on May 22, 2020
in_by_val inside structure property for-in loop should use an opcode like has_structure_property but for "in"
Show description for e9c3fe6committed
Commits on May 14, 2020
GetArrayLength should be "blessed" during Fixup phase in the DFG
Show description for c04b749committed
Commits on May 13, 2020
Implement @isConstructor bytecode intrinsic and bytecode for that
Show description for 78e5b31committed