• Kevin Modzelewski's avatar
    Add a simple region-allocator for the Rewriter · 7335a850
    Kevin Modzelewski authored
    ie a simple bump-pointer allocator that will release all
    of its memory when the rewrite itself gets deallocated.
    
    Not a huge help itself, since most of the mallocs have been removed
    from the rewriter, except for the std::functions which don't take
    a custom allocator (at least not in libstdc++ 4.8 [and 4.9 I think]).
    7335a850
Makefile 41.6 KB