|
|
|
|
|
by chrisseaton
3893 days ago
|
|
It's great to see a blog post that basically presents a negative result - LLVM hasn't sped up peak performance and has slowed warmup. Often people will try something and if it doesn't work well will never write it up so you'll never hear about it. |
|
In the past LLVM has been almost completely unusable for dynamic languages. Not it seems there are dynamic two implementations using it (at least JavaScriptCore). So this is a pretty good result.
The other good result is that it shows with LLVM other architectures were supported than x86.
I know at least pypy and unladen swallow have tried to use it in the past (5+ years ago) with no success.