[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] lbcv 0.2 - A bytecode verifier for Lua 5.2
- From: Alex Bradbury <asb@...>
- Date: Thu, 16 Dec 2010 09:52:43 +0000
On 15 December 2010 18:51, Peter Cawley <lua@corsix.org> wrote:
> On Wed, Dec 15, 2010 at 3:54 PM, Mike Pall <mikelu-1012@mike.de> wrote:
>> Ok, so loading (unverified) bytecode is substantially faster than
>> parsing Lua source code (around 6x). But the verifier seriously
>> slows things down: verifying + loading bytecode is only about 20%
>> faster than parsing Lua source code.
>
> The just-committed r11 should be faster.
So how does the speed of verifying+loading bytecode compare to that of
parsing Lua source code now?
Alex