Commits
User selector
Commit History
Commits on Feb 1, 2021
[JSC] Implement BigInt64Array and BigUint64Array
Show description for 5a13e56committed
Commits on Aug 17, 2020
Have an OOB+SaneChain Array::Speculation
Show description for c645916committed
Commits on May 19, 2020
REGRESSION(r261755): Win/Linux non-unified builds have hundreds of link failures
Show description for 1dc916acommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committedUndecided Arrays shouldn't need to be OriginalArray to covert to GetArrayLength
Show description for 0715c86committed
Commits on May 14, 2020
GetArrayLength should be "blessed" during Fixup phase in the DFG
Show description for c04b749committed
Commits on Apr 13, 2020
Fix various build warnings
Show description for a0855d5authored andcommitted
Commits on Mar 31, 2020
[JSC] DFGArrayMode::alreadyChecked should have NonArray check when ArrayMode is NonArray+SlowPutArrayStorage
Show description for 1bc18f2committed
Commits on Mar 29, 2020
[JSC] Use CacheableIdentifier for all ById case
Show description for 7d240d1committed
Commits on Sep 19, 2019
Unreviewed. Remove build warning since r249976.
Show description for ff97469committed
Commits on Sep 17, 2019
[JSC] CheckArray+NonArray is not filtering out Array in AI
Show description for e6692bfcommitted
Commits on Sep 14, 2019
Retire x86 32bit JIT support
Show description for 0c92832committed
Commits on Jan 14, 2019
[JSC] Do not use asArrayModes() with Structures because it discards TypedArray information
Show description for a081fb0committed
Commits on Jul 25, 2018
Unreviewed, rolling out r234183.
Show description for c5fcad3committed[JSC] Record CoW status in ArrayProfile
Show description for 2c99891committed
Commits on May 31, 2018
DFGArrayModes needs to know more about CoW arrays
Show description for 3f1759dcommitted[JSC] Pass VM& parameter as much as possible
Show description for 599d9b7committed
Commits on May 22, 2018
We should have a CoW storage for NewArrayBuffer arrays.
Show description for c31e946committed
Commits on Mar 29, 2018
ArrayMode should not try to get the DFG to think it can convert TypedArrays
Show description for 5fc64afcommitted
Commits on Mar 22, 2018
ScopedArguments should do poisoning and index masking
Show description for 292200fcommitted
Filip Pizlo
Commits on Feb 20, 2018
Don't mark an array profile out of bounds for the cases where the DFG will convert the access to SaneChain
Show description for 22eeca0committed
Commits on Nov 14, 2017
[DFG][FTL] Support Array::DirectArguments with OutOfBounds
Show description for ce2420bcommitted
Commits on Oct 18, 2017
The compiler should always register a structure when it adds its transitionWatchPointSet.
Show description for fa393ffcommitted
Mark Lam
Commits on May 22, 2017
[FTL] Support GetByVal with ArrayStorage and SlowPutArrayStorage
Show description for 6f02c4bcommitted
Commits on May 5, 2017
putDirectIndex does not properly do defineOwnProperty
Show description for eeba0bacommitted
Commits on Apr 21, 2017
[JSC][FTL] FTL should support Arrayify
Show description for 51fb9bccommitted
Commits on Jan 26, 2017
Harden how the compiler references GC objects
Show description for 5eeeab9committed
Commits on Nov 15, 2016
Rename CONCURRENT_JIT/ConcurrentJIT to CONCURRENT_JS/ConcurrentJS
Show description for 53a5788committed
Filip Pizlo
Commits on Nov 11, 2016
Unreviewed, rolling out r208117 and r208160.
Show description for b274e20committed
Commits on Nov 4, 2016
ClonedArguments need to also support haveABadTime mode.
Show description for 7aebe2ccommitted
Mark Lam
Commits on Oct 30, 2016
We should have a way of profiling when a get_by_id is pure and to emit a PureGetById in the DFG/FTL
Show description for c73df60committed
Commits on Sep 12, 2016
[JSC] Use GetArrayLength for JSArray.length even when the array type is undecided
Show description for 0c9fdddauthored andcommitted
Commits on May 4, 2016
Speed up JSGlobalObject initialization by making some properties lazy
Show description for 78795cfcommitted
Filip PizloUnreviewed, rolling out r200383 and r200406.
Show description for 8171f5ecommitted
Commits on May 3, 2016
Speed up JSGlobalObject initialization by making some properties lazy
Show description for fb29946committed
Filip Pizlo