
11 Mar
2008
11 Mar
'08
8:29 a.m.
"Phil Bouchard" <philippe@fornux.com> wrote in message news:fr5fi3$n7c$1@ger.gmane.org... [...]
Here is a list of things that still need to be done: - Replace owned<>::p_ with boost::optional<> - Add user-defined destructor to the pointee - Multi-threaded support - More aggresive internal usages of roofof<>() - Struct "set" and owned_base::last allocated from a private pool - make_shifted_ptr<>()
I know also that the stack segment and the heap could be fragmented as their memory usage is unlimited on some system. Right now I am assuming the stack and the heap segments are contiguous blocks but may have to be changed obviously. -Phil