DescriptionVM: Make ZoneAllocated-objects that don't need a vtable smaller.
Remove virtual destructor from ZoneAllocated. Instead, subclasses
that need one have it explicitly declared.
This makes ZoneAllocated objects without virtual functions smaller
because there won't be a vtable for them.
R=srdjan@google.com
Committed: https://code.google.com/p/dart/source/detail?r=37228
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|