Add #define parameter and corresponding build option to
authorSteve Reinhardt <stever@eecs.umich.edu>
Tue, 16 Dec 2003 04:55:10 +0000 (20:55 -0800)
committerSteve Reinhardt <stever@eecs.umich.edu>
Tue, 16 Dec 2003 04:55:10 +0000 (20:55 -0800)
commite537fb3fd61f62040a579976c27903bcb2d52939
tree4ef53ec8c376c134a4769a2e8127034260c50544
parent3c6fc7c269ef38bb4e3d147fbabe3f0dfbe1add7
Add #define parameter and corresponding build option to
disable FastAlloc.  Gcc 3.3.x appears to have a bug that
breaks FastAlloc when compiled with optimization.

base/fast_alloc.cc:
base/fast_alloc.hh:
    #define NO_FAST_ALLOC makes FastAlloc a no-op.

--HG--
extra : convert_revision : bf4bb8e963331c6782f2cfd475a811aa520e31b5
base/fast_alloc.cc
base/fast_alloc.hh