Re: [Alephmodular-devel] Autoconf committed
Status: Pre-Alpha
Brought to you by:
brefin
From: Alexander S. <ast...@it...> - 2003-01-07 01:46:24
|
On Monday, January 6, 2003, at 08:34 PM, Br'fin wrote: > I am curious as to what you have in mind for cleanup within render.cpp > though. > > -Jeremy Parsons There's large amounts of old #ifdefed out code, commented-out code (in scottish_textures too), ugly and badly-formatted code, misspelled comments, etc. And a few inefficiences where it calls memset() when an inlined loop would do the same thing faster (cross-library calls are extremely slow in OS X), although this really counts as an optimization. |