[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Thu Sep 23 15:52:53 CEST 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/09/23 15:52:53
Modified files:
cm3/m3-sys/m3cc/gcc/gcc/m3cg/: parse.c
Log message:
use alloca in places to allocate correctly sized buffers
rework m3_push_type_decl slightly to reduce duplication
and slightly increase data-driven-ness
before: m3_push_type_decl (get_identifier ("int"), t_int)
after: m3_push_type_decl (t_int, "int")
#define t_int_8 intQI_type_node
instead of
tree t_int_8;
t_int_8 = intQI_type_node;
and so on
nothing significant here
(bikeshedding and stone polishing,
stuff noticed en route to more useful stuff)
More information about the M3commit
mailing list