This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: Patch: minor Gtk peer work
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: Patch: minor Gtk peer work
- From: Tom Tromey <tromey at redhat dot com>
- Date: 12 Jan 2001 21:56:12 -0700
- Cc: Java Patch List <java-patches at sourceware dot cygnus dot com>
- References: <87wvc0z6vr.fsf@creche.redhat.com> <3A5F93F6.6E1B72DF@albatross.co.nz>
- Reply-To: tromey at redhat dot com
Bryce> Do the constructor and destructor here get inlined
Bryce> automatically, or do they need to be declared "inline"?
I think they will automatically be inlined if optimization is enabled.
Tom