[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / heap / gc-tracer.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-21 hpayer[heap] Add timer scopes to process weak cells and clear...
2015-08-21 hpayerRecord slots in large objects.
2015-08-19 mlippautz[heap] Fix comment in tracer.
2015-08-17 mstarzingerRemove grab-bag includes of v8.h from heap.
2015-08-06 ulanPartially revert https://crrev.com/7e53749df0a10f475404...
2015-07-31 mlippautzGC: Add tracing event for rescanning large objects...
2015-07-21 mlippautzAdd scavenger events to GC tracer
2015-06-17 ulanAdd option to compute average scavenge speed w.r.t...
2015-06-15 ulanCompute the heap growing factor based on mutator utiliz...
2015-06-09 ulanMake old generation allocation throughput stats indepen...
2015-05-29 erikcorryEven without --trace-gc dump the last few GC messages...
2015-05-26 hpayerFix overflow in allocation throughput calculation.
2015-05-26 ulanAdd old generation allocation throughput computation.
2015-05-22 hpayerUncommit and shrink semi-spaces only on low allocation...
2015-05-21 ulanMake new space allocation throughput estimation more...
2015-02-18 hpayerAlways shrink initial old generation size based on...
2015-02-09 jochenAdd a flag to over approximate the weak closure during GC
2015-01-23 hpayerUse more conservative average promotion ratio for initi...
2014-12-22 hpayerReset old generation limit on main frame context disposal.
2014-12-18 hpayerReland Shrink initial old generation size based on...
2014-12-17 hpayerRevert of Shrink initial old generation size based...
2014-12-16 hpayerShrink initial old generation size based on new space...
2014-12-02 jochenTrace how long it takes to compute the weak closure...
2014-11-27 Hannes PayerRe-land: Distinguish beween final incremental mark...
2014-11-26 hpayerMake GCTracer not reentrant.
2014-11-26 Benedikt MeurerRevert "Distinguish beween final incremental mark-compa...
2014-11-25 hpayerDistinguish beween final incremental mark-compact and...
2014-11-24 hpayerReduce context disposal gc overhead.
2014-11-07 hpayer@chromium.orgUse current time to calculate context disposal rate.
2014-11-07 hpayer@chromium.orgPerform context disposal garbage collections only if...
2014-09-17 hpayer@chromium.orgMeasure new space allocation throughput.
2014-08-21 ulan@chromium.orgMove idle notification handling to GCIdleTimeHandler.
2014-08-19 ulan@chromium.orgTrace scavenger throughput.
2014-08-11 hpayer@chromium.orgMeasure incremental marking speed in bytes per millisec...
2014-08-05 jochen@chromium.orgMove a bunch of GC related files to heap/ subdirectory