Re: libd-i updates

2007-07-26 Thread Bastian Blank
On Thu, Jul 26, 2007 at 04:11:38PM -0300, Otavio Salvador wrote: > > Yes. But the resulting binaries would be incompatible to the normal > > libstdc++. > Incompatible ABI, right? Yes. Bastian -- Landru! Guide us! -- A Beta 3-oid, "The Return of the Archons", stardate 3157.4

Re: libd-i updates

2007-07-26 Thread Otavio Salvador
Bastian Blank <[EMAIL PROTECTED]> writes: > On Thu, Jul 26, 2007 at 09:32:21AM -0300, Otavio Salvador wrote: >> Bastian Blank <[EMAIL PROTECTED]> writes: >> > My current rather minimal c++ support lib contains about 20k code ... It >> > includes new/delete and exception handling. >> It would avoid

Re: libd-i updates

2007-07-26 Thread Bastian Blank
On Thu, Jul 26, 2007 at 09:32:21AM -0300, Otavio Salvador wrote: > Bastian Blank <[EMAIL PROTECTED]> writes: > > My current rather minimal c++ support lib contains about 20k code ... It > > includes new/delete and exception handling. > It would avoid the need of an udeb to stdc++ library? Yes. But

Re: libd-i updates

2007-07-26 Thread Otavio Salvador
Bastian Blank <[EMAIL PROTECTED]> writes: > On Sat, Jul 21, 2007 at 10:42:23PM +0200, Bastian Blank wrote: >> - Reorganize package support: > > Bah, I want C++ for this work. > > My current rather minimal c++ support lib contains about 20k code ... It > includes new/delete and exception handling.

Re: libd-i updates

2007-07-26 Thread Bastian Blank
On Sat, Jul 21, 2007 at 10:42:23PM +0200, Bastian Blank wrote: > - Reorganize package support: Bah, I want C++ for this work. My current rather minimal c++ support lib contains about 20k code ... It includes new/delete and exception handling. Bastian -- She won' go Warp 7, Cap'n! The batterie

Re: libd-i updates

2007-07-25 Thread Bastian Blank
On Wed, Jul 25, 2007 at 03:21:37PM +0100, Colin Watson wrote: > On Sat, Jul 21, 2007 at 10:42:23PM +0200, Bastian Blank wrote: > > - Drop hash table. B-Trees are not really worser to use. > Please switch over existing code using hash tables if you do this. (For > instance, main-menu uses di_hash_ta

Re: libd-i updates

2007-07-25 Thread Colin Watson
On Sat, Jul 21, 2007 at 10:42:23PM +0200, Bastian Blank wrote: > As I have a bit more free time now, I'm going back to do the following > changes on libd-i: > > - Split libd-i-packages. > - Drop hash table. B-Trees are not really worser to use. Please switch over existing code using hash tables i

libd-i updates

2007-07-21 Thread Bastian Blank
Hi folks As I have a bit more free time now, I'm going back to do the following changes on libd-i: - Split libd-i-packages. - Drop hash table. B-Trees are not really worser to use. - Drop memory chunk allocator (may increase memory usage). - Completely drop use of mapped memory in structures. - R