This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: remove useless memsets
- From: Tom Tromey <tromey at redhat dot com>
- To: Anthony Green <green at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 22 Apr 2005 12:51:59 -0600
- Subject: Re: Patch: remove useless memsets
- References: <1114155263.5757.2.camel@localhost.localdomain>
- Reply-to: tromey at redhat dot com
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
Anthony> _Jv_AllocBytes is guaranteed to return zero-filled memory.
Why, so it is. This is ok, thanks.
Tom