DescriptionOilpan: prefer eager finalization over prefinalizers.
Eagerly finalized objects have the ability to access other
heap objects in their destructors, provided they're not
other eagerly finalized objects. With that partial
ordering on finalization in place, we can recast our current
uses of "prefinalizer" actions to use eager finalization
instead.
Performing that switch simplifies, avoiding the overhead of
prefinalizers of having to separately provide a finalization
method (separate from the destructor.)
R=haraken
BUG=491488
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196483
Patch Set 1 #
Total comments: 8
Patch Set 2 : expand&improve comments #Messages
Total messages: 9 (4 generated)
|