This is the mail archive of the kawa@sources.redhat.com 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: Another java.lang.StackOverflowError


Wen-Chun Ni wrote:


In general, I can't write iterative code without hitting this kind of
problem, unless I use full-tailcalls (which might be too slow).
Is there any way I can comfortably deal with this kind of problems?

Well, we either re-write the code to not require tail-calls, or we compile with --full-tailcalls.

I do hope to work on improving the performance of --full-tailcalls
(and maybe add support for full continuations) before the end of
the year - assuming I can squeeze in the time.  It would be nice to
make it the default for Kawa Scheme.
--
	--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]