[runtime] Store constructor function index on primitive maps.
[platform/upstream/v8.git] / src / heap / objects-visiting-inl.h
2015-08-11 bmeurer[runtime] Store constructor function index on primitive...
2015-08-11 mstarzinger[heap] Avoid inclusion of objects-visiting-inl.h header.
2015-08-04 hpayerChange RecordSlot interface. Make it more robust by...
2015-07-24 oth[Interpreter] Add BytecodeArray class and add to Shared...
2015-07-22 mstarzinger[turbofan] Preserve cached code across GCs.
2015-07-15 yangguoDebugger: use debug break slots to break at function...
2015-07-13 yangguoDebugger: refactor reloc info.
2015-07-06 verwaestAlways mark entire prototype descriptor arrays.
2015-07-03 mstarzingerSerializer forces flushing of optimized code map.
2015-06-25 mstarzingerRemove overzealous checking of --cache-optimized-code...
2015-06-24 yangguoSerializer: clear next link in weak cells.
2015-06-22 jochenKeep track of ArrayBuffers based on collector type...
2015-06-18 ulanRevert of Replace ad-hoc weakness in transition array...
2015-06-17 ulanReplace ad-hoc weakness in transition array with WeakCell.
2015-06-16 yangguoSerializer: support all alignment kinds.
2015-06-16 machenbachRevert of Serializer: support all alignment kinds....
2015-06-16 yangguoSerializer: support all alignment kinds.
2015-06-15 ulanRemove the --collect-maps flag. Maps should be always...
2015-06-15 jochenReland "Keep track of array buffers in new space separa...
2015-06-14 jochenRevert of Reland "Keep track of array buffers in new...
2015-06-12 jochenReland "Keep track of array buffers in new space separa...
2015-06-12 bmeurerRevert of Keep track of array buffers in new space...
2015-06-12 jochenKeep track of array buffers in new space separately
2015-06-09 ulanReland "Replace ad-hoc weakness in prototype transition...
2015-06-08 ulanRevert of Replace ad-hoc weakness in prototype transiti...
2015-06-08 ulanReplace ad-hoc weakness in prototype transitions with...
2015-06-04 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-03 bmeurerRevert of Embedded constant pools. (patchset #12 id...
2015-06-02 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-05-29 hpayerTreat links that organize weak objects weakly.
2015-05-28 bmeurer[crankshaft] Record inlined shared function infos inste...
2015-04-30 jochenReland "Remove the weak list of array buffers"
2015-04-30 machenbachRevert of Remove the weak list of array buffers (patchs...
2015-04-29 jochenRemove the weak list of array buffers
2015-04-27 jochenReland "Remove the weak list of views from array buffers"
2015-04-24 jochenRevert of Reland "Remove the weak list of views from...
2015-04-23 jochenReland "Remove the weak list of views from array buffers"
2015-04-22 jochenRevert of Remove the weak list of views from array...
2015-04-22 jochenRemove the weak list of views from array buffers
2015-04-10 verwaestReland "Merge cellspace into old pointer space"
2015-04-09 adamkRevert of Merge cellspace into old pointer space (patch...
2015-04-09 verwaestMerge cellspace into old pointer space
2015-04-09 hpayerMarkBit cleanup: They have to be accessed through Marki...
2015-04-07 jkummerowMove prototype metadata from internal properties to...
2015-03-18 yangguoSerializer: serialize internal references via object...
2015-03-06 jkummerowReland: Simplify and compact transitions storage
2015-03-05 jkummerowRevert of Simplify and compact transitions storage...
2015-03-05 jkummerowSimplify and compact transitions storage
2015-02-19 ulanRevert "Remove IC age from Code."
2015-02-12 ulanUse weak cells in dependent code.
2015-02-05 ulanRemove IC age from Code.
2015-02-05 ulanRemove flush_monomorphic_ics flag.
2015-02-04 mvstantonRetry "Use a WeakCell in the CallIC type vector."
2014-12-22 ulanRemove custom weak handling of monomorphic IC.
2014-12-10 ulanReland remaining parts of 'Use weak cells in map checks...
2014-12-02 machenbachRevert of Use weak cells in map checks in polymorphic...
2014-12-01 ulanUse weak cells in map checks in polymorphic ICs.
2014-10-21 ulan@chromium.orgUse smi zero instead of undefine_value to zap dead...
2014-10-20 mvstanton@chromium.orgvector-based ICs did not update type feedback counts...
2014-10-14 ulan@chromium.orgWeak Cells
2014-09-16 mvstanton@chromium.orgRemoving ic.h from code-stubs.h
2014-09-01 ulan@chromium.orgDo not clear weak monomorphic IC after context disposal.
2014-08-07 hpayer@chromium.orgMove objects-visiting into heap.