Hi,

It could be useful to have a way to know the exact memory footprint of any
PMC.
For instance, suppose that each PMC must override/implement a method
get_allocated_size(), it could be used to
optimize programs that takes too much memory, or to debug/optimize PMC
implementation.
That method could run in non constant time, e.g for a linked list.

What do you think ?
Karl

Reply via email to