Subject: Re: [Boost-users] [test] Malloc exceptions when using test framework on 64bit OS X 10.6.1
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-10-01 04:47:01


Steven Watanabe wrote:
> With a virtual destructor the compiler generates
> read the pointer
> use the v-table to call the destructor/delete. This is
> a single function call so the pointer is only looked up
> once.

Is it necessary has to be single function call? What is so special
about this case? Don't we just added search through virtual functions table?

Gennadiy