This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: RFC: Tell do_allocate_static_fields which fields to allocate
- From: Andrew Haley <aph at redhat dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Mon, 8 May 2006 18:38:24 -0400
- Subject: Re: RFC: Tell do_allocate_static_fields which fields to allocate
- References: <17503.49765.690114.703640@dell.pink>
Tom Tromey pointed out to me on IRC that under some curcumstances
static fields would not be reachable, and this would lead to data
loss.
I withdraw this patch; I'll think of something better tomorrow.
Andrew.