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: 'treelang' and GCC function-at-a-time mode


>>>>> "Steven" == Steven Bosscher <s.bosscher@student.tudelft.nl> writes:

Steven> Problem is: none of these f.e.'s use function-at-a-time mode.

Steven> AFAIK only GCC's C and C++ front end use it at present.

The Java front end uses function-at-a-time mode when compiling from
Java source (not when reading class files).  Unfortunately it works
differently from the C and C++ front ends, so the C/C++ tree
optimizations can't be used.  I think if you're interested in
function-at-a-time for a non-C language in order to get optimizations,
then you're in for a lot of work.

Tom


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