This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: remove alloca from natMethod.cc
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>, Jeff Sturm <jsturm at one-point dot com>
- Date: 08 Jan 2002 12:58:36 -0700
- Subject: Re: remove alloca from natMethod.cc
- References: <3C39FAEB.796304E0@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
Andreas> 2002-01-07 Andreas Tobler <a.tobler@schweiz.ch>
Andreas> * java/lang/reflect/natMethod.cc: Don't include alloca.h.
Andreas> (_Jv_CallAnyMethodA): Convert alloca to __builtin_alloca.
This looks fine to me. I'll check it in shortly.
Tom