[m-dev.] for review: turn off stack optimizations for .agc

Zoltan Somogyi zs at cs.mu.OZ.AU
Mon Jun 15 16:52:49 AEST 1998


It's fine, except for the fact that the code fragment

> +	globals__io_get_gc_method(GC_Method),
> +	{ GC_Method = accurate ->
> +		InvalidPatterns = [incr_sp]
> +	;
> +		InvalidPatterns = []
> +	},

is present twice. The pattern list ought to be computed once, either
in peephole.m or in handle_options.m.

Zoltan.



More information about the developers mailing list