Commits
User selector
Commit History
Commits on Sep 29, 2020
Switch uses of allocLongLived to GC::makeA
Show description for 39da6a0authored andcommitted
Commits on Aug 11, 2020
Avoid acquiring the WeakRefMutex in fast paths
Show description for d0aca62authored andcommitted
Commits on Jul 1, 2020
rename LLVM to LLVH
Show description for 4f15a2eauthored andcommitted
Commits on Jun 10, 2020
Add weak ref read barrier
Show description for dd04888authored andcommitted
Commits on May 28, 2020
Remove calls to AllocationLocationTracker for native memory
Show description for 4c468bcauthored andcommitted
Commits on May 21, 2020
Update write barriers for Hades
Show description for ee760b4authored andcommitted
Commits on Mar 31, 2020
Add stack-trace data to Chrome heap snapshots
Show description for 7c7f915authored andcommitted
Commits on Feb 22, 2020
Remove toHandle and overload makeHandle for PseudoHandle.
Show description for 45b85e1authored andcommitted
Commits on Dec 19, 2019
Add support for addLocations callback in GCCells
Show description for c8a59beauthored andcommitted
Commits on Dec 17, 2019
Assert that internal slots actually are
Show description for 3681d23authored andcommitted
Commits on Dec 5, 2019
Refactor internal properties support
Show description for b80ad1eauthored andcommitted
Commits on Nov 18, 2019
Add HiddenClass native memory into heap snapshots
Show description for 6038ea5authored andcommitted
Commits on Nov 15, 2019
Add more name possibilities for functions in heap snapshots
Show description for 0492f60authored andcommitted
Commits on Oct 29, 2019
Avoid naked sizeof(C) for GCCell classes
Show description for 06147eeauthored andcommitted
Commits on Oct 15, 2019
Tidy up license headers [1/2]
Show description for fdd3817authored andcommitted
Commits on Oct 11, 2019
Small opt to avoid a decode.
Show description for 6497003authored andcommitted
Compare GCPointers directly in inline caches.
Show description for d9103e8authored andcommitted
Commits on Oct 10, 2019
Clear property maps on full GC
Show description for 6c4543cauthored andcommitted
Commits on Oct 7, 2019
Make updatePropertyFlagsWithoutTransitions always create a dictionary mode class
Show description for 1a9cad6authored andcommitted
Commits on Oct 3, 2019
Lint all files
Show description for 4f3fb94authored andcommitted
Commits on Sep 25, 2019
Remove HiddenClass::family_
Show description for 39ecb10authored andcommitted
Commits on Sep 16, 2019
Optimize HiddenClass' transition map for size 0/1
Show description for cac00dfauthored andcommitted
Commits on Sep 10, 2019
remove Runtime parameter of dynamic handle casts
Show description for ecf72eeauthored andcommitted
Commits on Sep 3, 2019
Change VTable markWeak to use WeakRefAcceptor
Show description for 03999b8authored andcommitted
Commits on Aug 29, 2019
Allow dict-mode Hidden Classes to sometimes be used in inline caches.
Show description for 8cb9fa9authored andcommitted
Commits on Aug 22, 2019
Make dictionary mode objects report as Object(Dictionary)
Show description for a0d10c9authored andcommitted
Commits on Aug 15, 2019
Fix typo in HiddenClass::forEachPropertyNoAlloc
Show description for 66c0fdaauthored andcommitted
Fix bug with invalid Symbols in HiddenClass::forEachPropertyNoAlloc
Show description for bcf169fauthored andcommitted
Commits on Aug 13, 2019
Remove the @ prefix for internal pointers in snapshots
Show description for 1683c88authored andcommitted
Commits on Aug 12, 2019
Add a NoAlloc variant of accessing properties on JSObject
Show description for c58b7aeauthored andcommitted
Add NoAlloc JSObject property iteration
Show description for 2a82c9dauthored andcommitted
Commits on Aug 8, 2019
Wrap Serialize/Deserialize code blocks in #ifdef.
Show description for 3f92084authored andcommittedSerialize/Deserialize GCCells - HiddenClass.
Show description for ea3cc00authored andcommittedSkeleton code for Serialize/Deserialize GCCells on heap.
Show description for 259aac1authored andcommitted
Commits on Jul 12, 2019
Improve max capacity enforcement in DictPropertyMap
Show description for 7e2bcb3authored andcommitted