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 Aug 7, 2021
for-in should only emit one loop in bytecode
Show description for af53d48committed
Commits on Feb 1, 2021
[JSC] Implement BigInt64Array and BigUint64Array
Show description for 5a13e56committed
Commits on Jan 18, 2021
[JSC] DFG/FTL Atomics should not accept Float32/Float64 typed arrays
Show description for 0c29a84committed
Commits on Jan 8, 2021
[JSC] DFG/FTL Atomics should assume non-typed-array input with storage-edge
Show description for a43eaf6committed
Commits on Sep 10, 2020
OutOfBoundsSaneChain operations should use their own heap locations
Show description for 0916ae5committed
Commits on Aug 17, 2020
Have an OOB+SaneChain Array::Speculation
Show description for c645916committed
Commits on May 15, 2020
Undecided 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 Mar 31, 2020
[JSC] DFGArrayMode::alreadyChecked should have NonArray check when ArrayMode is NonArray+SlowPutArrayStorage
Show description for 1bc18f2committed
Commits on Sep 17, 2019
CheckArray on DirectArguments/ScopedArguments does not filter out slow put array storage
Show description for f660e42committed
Commits on Mar 20, 2019
Compress CodeOrigin into a single word in the common case
Show description for 7d0bd26committed
Robin Morisset
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 Jul 20, 2018
DFG AbstractInterpreter: CheckArray filters array modes for DirectArguments/ScopedArguments using only NonArray
Show description for 43e8a8ecommitted
Commits on May 31, 2018
DFGArrayModes needs to know more about CoW arrays
Show description for 3f1759dcommitted
Commits on May 22, 2018
We should have a CoW storage for NewArrayBuffer arrays.
Show description for c31e946committed
Commits on Jun 25, 2017
Remove excessive headers from JavaScriptCore
Show description for 10859d7committed
Commits on Nov 15, 2016
Rename CONCURRENT_JIT/ConcurrentJIT to CONCURRENT_JS/ConcurrentJS
Show description for 53a5788committed
Filip Pizlo
Commits on Sep 28, 2016
Unreviewed, rolling out r206522.
Show description for 80675e4committedUnreviewed, rolling out r206506.
Show description for 16139c4committedAdopt #pragma once in JavaScriptCore
Show description for 359b077authored andcommitted
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 Apr 8, 2016
Rename ArrayMode::supportsLength to supportsSelfLength
Show description for 82b76c6committed
Commits on Oct 16, 2015
Add Intrinsic Getters and use them to fix performance on the getters of TypedArray properties.
Show description for 81e4270committed
Commits on Aug 14, 2015
[JSC] Add support for GetByVal on arrays of Undecided shape
Show description for 0ab9da9authored andcommitted
Commits on May 9, 2015
Extend the SaneChain optimization to Contiguous arrays
Show description for 5f278c1committed
Filip Pizlo
Commits on May 2, 2015
FTL should use AI more
Show description for 07ae440committed
Filip Pizlo
Commits on Apr 30, 2015
[JSC] Remove RageConvert array conversion
Show description for ee0ca16authored andcommitted
Commits on Mar 26, 2015
Heap variables shouldn't end up in the stack frame
Show description for 329af67committed
Filip Pizlo
Commits on Dec 8, 2014
CFA wrongly assumes that a speculation for SlowPutArrayStorageShape disallows ArrayStorageShape arrays.
Show description for 7731c48committed
Mark Lam
Commits on Mar 5, 2014
DFG and FTL should specialize for and support CompareStrictEq over Misc (i.e. boolean, undefined, or null)
Show description for f7e3739committed
Filip PizloUnreviewed, rolling out r165085.
Show description for d42ff79committed