DescriptionOilpan: add assert to verify eager finalization.
A class annotated with EAGERLY_FINALIZE() is dependent on having
an 'operator new' overload that takes eagerness correctly into
account. The use of a EAGERLY_FINALIZE() declaration does not
guarantee this, so add an assert to catch classes not correctly
handled.
R=haraken
BUG=491488
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196404
Patch Set 1 #
Total comments: 2
Patch Set 2 : introspectively determine eager heap residency #Patch Set 3 : rebased #Messages
Total messages: 10 (4 generated)
|