Use heaps to reduce memory usage a bit.
authorDavid Given <dg@cowlark.com>
Sat, 26 Nov 2016 22:07:41 +0000 (23:07 +0100)
committerDavid Given <dg@cowlark.com>
Sat, 26 Nov 2016 22:07:41 +0000 (23:07 +0100)
commit257f6f69f3efbcf0b55aede4e5f2db2c52f65f59
treef32b16a1e7d8a28d6314e67663960e2d1d411aec
parent4f446467c867e25a50a340a89dbc59cb8b8063f2
Use heaps to reduce memory usage a bit.
mach/proto/mcg/hop.c
mach/proto/mcg/ir.c
mach/proto/mcg/mcg.h
mach/proto/mcg/pass_instructionselection.c
mach/proto/mcg/pass_phigroups.c
mach/proto/mcg/procedure.c
mach/proto/mcg/procedure.h
mach/proto/mcg/reg.c
modules/src/data/heap.c [new file with mode: 0644]
modules/src/data/heap.h [new file with mode: 0644]