Commits
User selector
Commit History
Commits on Oct 8, 2020
List modules explicitly in SegmentRange, rename to SegmentInfo
Show description for 18e834aauthored andcommittedReplace cjsModuleOffset with segmentID
Show description for c57fde2authored andcommittedNo need to mark nullPointer
Show description for d3c1ec3authored andcommittedAdd static pinned double constants
Show description for 2cfdfe2authored andcommittedAdd option to back GC segments with huge pages
Show description for 88522f8authored andcommitted
Commits on Oct 7, 2020
Add boolean shorthand field to Property node
Show description for 4b59e9bauthored andcommitted
Add boolean method field to Property node
Show description for 3e2d13dauthored andcommitted
Allow Domain to register the same CJS module from multiple RuntimeModules
Show description for 701b9ddauthored andcommittedRemove transitionToFreelist
Show description for baa766eauthored andcommittedRemove youngGenBumpAlloc
Show description for 02fea22authored andcommitted
Commits on Oct 6, 2020
Allow customization of location dumping in ESTreeJSONDumper.
Show description for c3876bbauthored andcommitted
Commits on Oct 5, 2020
Fix mis-spelled and outdated comments
Show description for ba154ccauthored andcommitted
Commits on Oct 2, 2020
Add a flag to disable generator compilation.
Show description for dee3b53authored andcommittedHave the root be emitted as part of each allocation stack
Show description for 801aa8aauthored andcommitted
Commits on Oct 1, 2020
PseudoHandle-ify OrderedHashMap create methods
Show description for 685c73bauthored andcommittedDelete SlotAcceptorDefault-inline.h
Show description for febf3f1authored andcommittedMark inline functions in GCPointer.h
Show description for 9c8aed4authored andcommittedFix CVE-2020-1914 by using NEXTINST for SaveGeneratorLong
Show description for b2021dfauthored andcommitted
Optimise compressed pointer path for YoungGen::EvacAcceptor
Show description for c42e3edauthored andcommitteddon't truncate Unicode in parseIntWithRadix()
Show description for 9caeabcauthored andcommitted
Commits on Sep 30, 2020
Aggressively inline BasedPointer code
Show description for f8841e3authored andcommittedOutput the script ID instead of the script name
Show description for ea2b5aaauthored andcommitted
Commits on Sep 29, 2020
Clean up allocLongLived in GenGC and MallocGC
Show description for 18e5786authored andcommittedRemove allocLongLived API from Hades
Show description for c62e8e0authored andcommittedSwitch uses of allocLongLived to GC::makeA
Show description for 39da6a0authored andcommittedFix circular dependencies in PointerBase
Show description for 9eb08fcauthored andcommittedUse GC::makeA in SegmentedArray
Show description for f68c04dauthored andcommittedAdd GC::makeA to make object creation safer
Show description for dba799aauthored andcommittedRestore ifdefs for GCPointer
Show description for 67403b0authored andcommitted
Commits on Sep 28, 2020
Cache YG start for write barriers
Show description for 836274dauthored andcommitted
Commits on Sep 26, 2020
Don't assert on the prototype argument to Proxy::create, which is ignored.
Show description for ba8c4f6authored andcommittedAvoid an assert when defining a prop on a Proxy array target
Show description for 2201966authored andcommitted
Commits on Sep 24, 2020
create handles in the current scope's parent
Show description for 7d3c17fauthored andcommittedSimplify usage of BasedPointer
Show description for 028ad28authored andcommittedAdd per-segment freelist
Show description for f7b36a7authored andcommitted