Re: [q-lang-users] Suggestions on how to debug?
Brought to you by:
agraef
From: John C. <co...@cc...> - 2006-12-18 21:06:15
|
Albert Graef scripsit: > Yes, I see, that is also the solution that I had in mind. It's on my > TODO list for Q 7.7. Thanks for clearing that up. Chicken, however, loses only efficiency if the stack is too small; on stack overflow, it evicts live data to the heap, trampolines back to the beginning with longjmp(), and continues. Q may need more than 128K of C stack. -- John Cowan co...@cc... http://ccil.org/~cowan Rather than making ill-conceived suggestions for improvement based on uninformed guesses about established conventions in a field of study with which familiarity is limited, it is sometimes better to stick to merely observing the usage and listening to the explanations offered, inserting only questions as needed to fill in gaps in understanding. --Peter Constable |