This is the mail archive of the gcc-bugs@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]

[Bug java/11629] Disable RTL Inliner in gcj


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11629



------- Additional Comments From jsturm at gcc dot gnu dot org  2003-09-03 23:01 -------
I confess I don't know how to disable the RTL inliner.  Perhaps clear
DECL_SAVED_INSNS from the fndecl, or don't set DECL_INLINE?  (Neither should be
difficult, especially the latter, as you can test CLASS_FROM_SOURCE_P.)


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