[M3commit] CVS Update: cm3
    Jay Krell 
    jkrell at elego.de
       
    Mon Aug 17 15:54:29 CEST 2009
    
    
  
CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	09/08/17 15:54:29
Modified files:
	cm3/m3-obliq/synex/src/: m3makefile 
Log message:
	always optimize here
	it reduces SynParse.Read0 stack usage on Solaris/sparc32 by about
	half and lets 16K stack suffice where otherwise it did not;
	could still be better -- platforms with stack walkers don't need
	to pay for a jmpbuf, and this function is tail recursive, isn't it?
    
    
More information about the M3commit
mailing list