Re: 答复: [ 5.4 work2 ] Stack overflow causes crash
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: 答复: [ 5.4 work2 ] Stack overflow causes crash
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2018年12月19日 15:42:58 -0200
> OK, so this is another big problem for embedded environments: there is
> no reasonable way for a single compile-time recursion count limit to be
> able to limit the C stack depth adequately. [...]
Lua has been using this system for many years, and it has been
doing quite well in embedded environments.
-- Roberto