SIMPLE: A language-independent tree IR
Florian Weimer
fw@deneb.enyo.de
Thu Jan 3 15:09:00 GMT 2002
"Joseph S. Myers" <jsm28@cam.ac.uk> writes:
> We have this for C. Function calls cannot be interleaved, but may happen
> in either order.
I hope that this requirement is applicable only to the externally
visible efffect. A few days ago, I looked at assembler output from
GCC 2.8.1, and I think there were some interleaved function calls
(without externally visible effect, of course).
In addition, there are quite a few C compilers which perform massive
optimization in this direction, actually executing function calls *in*
*parallel*.
More information about the Gcc
mailing list