• cremno's avatar
    codegen_malloc/realloc: static + simple mem alloc · ec9b5e7f
    cremno authored
    - there's no reason for both to have external linkage
    - use simple versions of memory allocation functions
    which are returning NULL instead of longjmp-ing,
    so codegen_error will be called to cleanup.
    ec9b5e7f
codegen.c 67.6 KB