[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: embedded lua: invocation overhead?
- From: "Gabor Szokoli" <szocske@...>
- Date: Tue, 17 Oct 2006 06:47:24 +0200
Thank you for everyone's input on the subject.
When we get around to perform some tests, I'll be sure to include Lua
among the candidates: With a long-lived virtual machine with nothing
running inside, hooks for instruction count, and instrumented malloc.
We'll be calling pre-loaded functions in it with one of the pcall
variants. I plan to invoke gc manually after each function execution,
when the wm is supposed to be "empty".
I'll post our results back here.
Gabor Szokoli