[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: faster way of transfering Lua src code to AST
- From: Dan Tull <dtull@...>
- Date: Sat, 8 Jun 2013 15:04:14 -0700
On Jun 8, 2013, at 1:26 PM, "Luiz Henrique de Figueiredo" <lhf@tecgraf.puc-rio.br> wrote:
>> a routine that turns a proto structure into a Lua table structure
>> (with all the actual analysis logic written in Lua).
>
> Isn't that what my lbci provides?
>
Yes, It is fairly similar. The routine we have does a whole chunk
as a nested structure all in one go so I spend less time bouncing
across the native call boundary, but it's the same data.
DT