This is the mail archive of the kawa@sourceware.org mailing list for the Kawa 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]

Re: Tail sets


On 07/02/2009 11:31 AM, Helmut Eller wrote:
* Helmut Eller [2009-06-29 12:23+0200] writes:

Presumably because this requires now very long jumps.

... or not. Anyway the change below fixes the problem enough to let the compilation finish:

I considered something like that. But it terms out there is a real bug in setTypes: if (stack_types == null || usedLocals > stack_types.length) should be: if (stack_types == null || usedStack > stack_types.length)

(I also renamed the local variable labelSP to usedStack.)

I checked in that instead.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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