Y
Hacker News
new
|
ask
|
show
|
jobs
by
pbiggar
5503 days ago
LLVM isn't really a JIT, and I've never heard of people using it as one for C++. (Also, those that tried to use it as a JIT had lots of problems, like Unladen Swallow).
1 comments
kingkilr
5503 days ago
Rubinius is using it successfully though (I think anyways, does the Ruby community have benchmarking infrastructure?)
link
pbiggar
5503 days ago
Yes. My impression is that it's the same kinda-sorta successfully as Unladen Swallow - pretty good, but nothing like LuaJIT2, V8 or SpiderMonkey.
link
kingkilr
5502 days ago
Apparently PyPy still has work to do, we must insert ourselves into this list!
link