> From: Brian Pane [mailto:[EMAIL PROTECTED] > Sent: 10 December 2001 22:36
> Sander Striker wrote: > >Hi, > > > >This is the code with the latest changes based on comments > >from various people. > > > >I have yet to begin to start coding/migrating the debug > >code. I won't have time to complete that until at least > >last week. Bill (wrowe) can you live without that for > >a little while? I specifically ask because you have > >recently added a bunch of debug code to pools. > > > > I can try to add in the debug code this week. Could we sync thoughts on how to do it? I would very much like to split out the common code between debug and production into a seperate file, and have both the debug specific and the production only code in another. This hopefully keeps the production code clean and readable. It would also make it easier for developers if one could build with debug through configure flags, for example: --with-pools-debug=win32 or --with-pools-debug=malloc I would very much like to see --with-efence[=<path/to/efence/lib>]. > In the meantime, > can anyone working on APR-based projects other than the httpd > try out Sander's latest patch? > > Thanks, > --Brian Sander