[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: More on loop problem
"Chris Double" <chris.double@double.co.nz> writes:
> I should add that the tests I did was with ast evaluation, not dynamic
> compilation. I can't test dynamic compilation here at the moment (no C
> compiler where I am) but the generated code looks fine. Maybe just a
> problem with the AST evaluation?
yes, ast eval needs tail calls to really work and with the current
c-back-end can't avoid stack overflows for long loops. i could
probably fix this using another approach. i'll think about it.
jonathan