[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / transitions.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
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-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-03-19 ulanAdd debug checks to catch crashes with WeakCell::cast().
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
2014-12-12 ishellUsing PropertyKind in transitions instead of PropertyType.
2014-12-10 ishellReland of "TransitionArray now uses <is_data_property...
2014-12-09 jochenMake it possible to turn on OBJECT_PRINT without DEBUG
2014-12-08 jochenTurn on DCHECKs and other debugging code if dcheck_alwa...
2014-11-24 ishellReland of "TransitionArray::Search() now returns insert...
2014-11-13 ishell@chromium.orgRevert "TransitionArray::Search() now returns insertion...
2014-11-13 ishell@chromium.orgRevert "TransitionArray now uses <is_data_property...
2014-11-05 ishell@chromium.orgTransitionArray now uses <is_data_property, name, attri...
2014-11-04 ishell@chromium.orgTransitionArray::Search() now returns insertion index...
2014-11-03 ishell@chromium.orgReland "Limit the number of transitions allowed per...
2014-10-27 verwaest@chromium.orgRevert "Limit the number of transitions allowed per...
2014-10-24 verwaest@chromium.orgLimit the number of transitions allowed per hidden...
2014-10-23 ishell@chromium.orgMore details printed for Map, DescriptorArray and Trans...
2014-09-30 bmeurer@chromium.orgReplace OStream with std::ostream.
2014-08-05 jochen@chromium.orgMove a bunch of GC related files to heap/ subdirectory
2014-07-07 svenpanne@chromium.orgMore OStreamsUse OStreams more often.
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-11 mvstanton@chromium.orgGcstress bug fix: Transition arrays may get smaller...
2014-04-11 mvstanton@chromium.orgHandlify Map::CopyDropDescriptors().
2014-04-10 mvstanton@chromium.orgBugfix: A TransitionArray can disappear during copy.
2014-04-09 mvstanton@chromium.orgHandlefy Descriptor and other code in objects.cc
2014-04-04 hpayer@chromium.orgDon't overwrite transition array map while iterating...
2013-09-03 dcarney@chromium.orgremove Isolate::Current from most files starting with...
2013-07-31 verwaest@chromium.orgRemove elements transitions from the transition array.
2013-03-04 rossberg@chromium.orgES6 symbols: Allow symbols as property names
2012-10-17 verwaest@chromium.orgMove DescriptorArray into the map.
2012-10-11 verwaest@chromium.orgRemove descriptors pointer.
2012-09-19 verwaest@chromium.orgReduce space usage of simple transitions and descriptor...
2012-09-14 verwaest@chromium.orgMoving the WhitenessWitness back to DescriptorArray.
2012-09-12 verwaest@chromium.orgSharing of descriptor arrays.
2012-08-27 verwaest@chromium.orgMake order of addition the primary order of descriptor...
2012-08-13 verwaest@chromium.orgSwapped transition array and descriptor array.
2012-07-27 verwaest@chromium.orgRemoved recording of Target Slot in transition arrays...
2012-07-20 verwaest@chromium.orgDon't record elements transition slots since it will...
2012-07-16 verwaest@chromium.orgRemoved transitions from the accessor pair descriptors.
2012-07-10 verwaest@chromium.orgMoving prototype transitions into the header of the...
2012-07-05 verwaest@chromium.orgSeparating transitions from descriptors.