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: BUILT_IN usage in tree-nested.c



On Jun 5, 2004, at 12:34, Richard Kenner wrote:


Java initializes them in initialize_builtins in java/builtins.c.

But as far as I can tell, it doesn't.  It only initializes *some* of
them.  For example BUILT_IN_ADJUST_TRAMPOLINE is needed but its entry
doesn't seem to be initialized in java/builtins.c.  What am I missing?

But Java does not need that one so it does not initializes it. That is all.
Since Java, I think, un-nests its functions/classes itself before getting to
gimple does not need it at all.



Thanks, Andrew Pinski


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