This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: gcj non-optimization curiosity


One other point:  These optimizations are perhaps best done at the
tree level, rather than the rtx level, because of the high-level
semantics involved.  Tree-based optimization passes are fairly
new in ccc.  I don't know if there is any general framework,
or if we would have to start from scratch.

A related point:  When compiling from bytecodes, we generate trees
at the statement level, but not ta the function level.  That should
be fixed, but is a non-trival task
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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