21 years, 6 months ago
Highlights
if you need the most performance you can get, then an interpreted vm is not the way to go, an interpreted vm (stack or register based) is more suited in "not speed important" pa…
21 years, 6 months ago
21 years, 6 months ago
Hi in as_builder as_builder::RegisterGlobalVar() { ........ it should be gvar->index = mod->AllocGlobalMem(.....) ; instead of: gvar->index = mod->moduleID | mod->…
21 years, 10 months ago
Hi here are some performance tests that i did today, i dont have real scripts to test it with, but i wanted to test it, so here they are This is with for(i=0; i<100; i++) (al…
21 years, 11 months ago
Hi I was implementing the constructor arguments feature this morning, but i dont see a good way of declaring the arguments for the constructor on the script, as simply doin…
22 years ago
Latest Activity
See all in Discussionsif you need the most performance you can get, then an interpreted vm is not the way to go, an …
21 years, 6 months ago
But as an script engine is like a front-end for the underlaying engine, you can implement safety checks in the …
21 years, 6 months ago
Yeah, the register based VM will give you an impressive performance, i remember that i told you about it in …
21 years, 6 months ago