[tree-ssa] decls in tree-ssa (fwd)

Dan Nicolaescu dann@ics.uci.edu
Mon Feb 10 20:29:00 GMT 2003


One more difference between the code generated by the tree-ssa
compiler: it inlines fewer mem* functions. 

When compiling combine.i using -O1 -fdisable-simple there are 2 calls
to memset in the generated assembly.

When using just -O1 there are 9 memset and 1 memcpy calls. 
Maybe this is significant too... 



More information about the Gcc mailing list