This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SIMPLE: A language-independent tree IR


"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*.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]