[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: SV: [ANN] Lua 5.2.0 (beta-rc2) now available
- From: Alex Queiroz <asandroq@...>
- Date: Thu, 23 Jun 2011 16:13:22 +0200
Hallo,
On Thu, Jun 23, 2011 at 4:07 PM, David Given <dg@cowlark.com> wrote:
>
> I'm using it[*] for a compiler backend, where state functions correspond
> to basic blocks in a top-level function, and an entire state machine
> corresponds to a single top-level function. Which means I'm calling my
> state machines recursively a lot. As I said, one size does not fit all.
>
One state machine per top-level function? Really, this is still
no reason for complaining about a few locals shared *per state
machine*. How many top-level functions do you have to analyse at the
same time?
--
-alex
http://www.artisancoder.com/
- References:
- [ANN] Lua 5.2.0 (beta-rc2) now available, Luiz Henrique de Figueiredo
- Re: [ANN] Lua 5.2.0 (beta-rc2) now available, dcharno
- Re: [ANN] Lua 5.2.0 (beta-rc2) now available, Josh Simmons
- Re: [ANN] Lua 5.2.0 (beta-rc2) now available, David Manura
- Re: [ANN] Lua 5.2.0 (beta-rc2) now available, Lorenzo Donati
- Re: [ANN] Lua 5.2.0 (beta-rc2) now available, David Kastrup
- Re: [ANN] Lua 5.2.0 (beta-rc2) now available, Lorenzo Donati
- Re: [ANN] Lua 5.2.0 (beta-rc2) now available, Roberto Ierusalimschy
- SV: [ANN] Lua 5.2.0 (beta-rc2) now available, Fredrik Widlund
- Re: SV: [ANN] Lua 5.2.0 (beta-rc2) now available, Philippe Lhoste
- Re: SV: [ANN] Lua 5.2.0 (beta-rc2) now available, Alex Queiroz
- Re: SV: [ANN] Lua 5.2.0 (beta-rc2) now available, David Given
- Re: SV: [ANN] Lua 5.2.0 (beta-rc2) now available, Alex Queiroz
- Re: SV: [ANN] Lua 5.2.0 (beta-rc2) now available, David Given