lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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