Commits
User selector
Commit History
Commits on Aug 25, 2021
Add for-in OwnStructureMode optimizations to LLInt
Show description for 8d3f988committedUnreviewed, reverting r281523.
Show description for a08fdf2committed
Commits on Aug 24, 2021
Add for-in OwnStructureMode optimizations to LLInt
Show description for 7f6fd33committed
Commits on Jul 12, 2019
getIndexQuickly should be const
Show description for 52ca365committed
Commits on Apr 1, 2019
[JSC] Butterfly allocation from LargeAllocation should try "realloc" behavior if collector thread is not active
Show description for b1f2ae2committed
Commits on Dec 18, 2018
[JSC] Optimize Object.keys by caching own keys results in StructureRareData
Show description for fc52968committed
Commits on Jun 18, 2018
Properly zero unused property storage offsets
Show description for 2525f59committed
Commits on May 22, 2018
We should have a CoW storage for NewArrayBuffer arrays.
Show description for c31e946committed
Commits on Apr 1, 2018
JSObject shouldn't do index masking
Show description for 5e11014committed
Filip Pizlo
Commits on Jan 5, 2018
TypedArrays and Wasm should use index masking.
Show description for 481d09ecommitted
Commits on Dec 14, 2017
JSObjects should have a mask for loading indexed properties
Show description for 0260639committed
Commits on Nov 30, 2017
Remove pointer caging for double arrays
Show description for 988809ecommitted
Commits on Nov 8, 2017
Only cage double butterfly accesses
Show description for 6fbaf6ccommitted
Commits on Jun 25, 2017
Remove excessive headers from JavaScriptCore
Show description for 10859d7committed
Commits on Jan 23, 2017
IntlObject uses JSArray::tryCreateUninitialized in an unsafe way
Show description for d57de8bcommitted
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 8, 2016
Remove CopiedSpace and use MarkedSpace instead
Show description for af6d02bcommitted
Filip Pizlo
Commits on Sep 6, 2016
Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression
Show description for 7e1d324committed
Filip Pizlo
Commits on Aug 24, 2016
Unreviewed, roll out r204901, r204897, r204866, r204856, r204854.
Show description for 48ee972committed
Filip Pizlo
Commits on Aug 23, 2016
Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression
Show description for 065a045committed
Filip Pizlo
Commits on Mar 25, 2014
Safari crashes in JavaScriptCore: JSC::JSObject::growOutOfLineStorage
Show description for b146c96committed
Commits on Feb 20, 2014
Get rid of redundant Platform.h includes
Show description for d946cd4committed
Commits on Oct 18, 2013
Remove spaces between template angle brackets
Show description for cbed4b9committed
Anders Carlsson
Commits on Aug 19, 2013
DFG should inline typedArray.byteOffset
Show description for 9efd401committed
Filip Pizlo
Commits on Jul 25, 2013
fourthTier: It should be possible to record heap operations (both FastMalloc and JSC GC)
Show description for e08c395committed
Commits on Apr 18, 2013
Renamed JSGlobalData to VM
Show description for 3692f88committed
Commits on Feb 25, 2013
[BlackBerry][ARM] Fix cast-align warnings in JavaScriptCore
Show description for 07afdd0authored andcommitted
Commits on Jan 29, 2013
Force debug builds to do bounds checks on contiguous property storage
Show description for b97735ecommitted
Commits on Dec 18, 2012
Butterfly::growArrayRight shouldn't be called on null Butterfly objects
Show description for f0e82a3committed
Mark Hahnenberg
Commits on Nov 8, 2012
JSC should infer when indexed storage contains only integers or doubles
Show description for 225306dcommitted
Filip Pizlo
Commits on Oct 12, 2012
Copying collection shouldn't require O(live bytes) memory overhead
Show description for 2b2cc6bcommitted
Mark Hahnenberg
Commits on Oct 9, 2012
JSC should infer when indexed storage is contiguous, and optimize for it
Show description for 961a070committed
Filip Pizlo