Hacker News new | ask | show | jobs
by justincormack 5150 days ago
Well there certainly is a lot of scope to make a faster interpreter, as eg according to http://news.ycombinator.com/item?id=1187901 the Luajit interpreter is faster than compiled v8...
1 comments

I'd be surprised if that's still true today. V8 used to be consistently slower than LuaJIT, but has caught up since then.
Would be interested in an update, but was actually referring to Javascript interpreters, which were very slow.
What makes you think it has caught up?