Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any Javascript engine that emits LLVM bytecode?

Tags:

I've been searching for a while now, but I could not find any engine that emits LLVM bytecode. But somehow I cannot belief there is no such engine :)

like image 559
manuels Avatar asked Dec 11 '11 19:12

manuels


2 Answers

JXcore will be your best bet going forward IMHO - when they convert from V8 to LLVM, which is an objective of theirs when they reach version 2 (according to their roadmap), it will then compile your javascript sources into native code.

You can get more info on JXcore here.

This part of the answer is in a response to Albert's answer:

According to ktrzeciaknubisa's post they will publish the source as soon as they are out of the beta stages and have clean code...this might take some time.

like image 120
WitHeld Avatar answered Sep 20 '22 13:09

WitHeld


There doesn't seem to be any.

In the list of projects build with LLVM there is nothing about Javascript.

like image 33
Guffa Avatar answered Sep 18 '22 13:09

Guffa