[Sablevm-developer] sandbox types and utility functions
Brought to you by:
egagnon
From: Chris P. <chr...@ma...> - 2004-05-20 20:13:21
|
Hi, Currently I have all of my types declared inside #ifdef ... #endif pairs. However, it would be nice if I could use the m4 macros to manage memory and splay trees (and possibly others too). What is the best way to do this? Create my own versions of the necessary files? Or remove the restriction that everything belonging to me be inside an #ifdef ... #endif pair, as long as VM functionality does not change? Cheers, Chris |