RESOLVED FIXED Bug 112840
Use LLVM as a backend for the fourth-tier DFG JIT (a.k.a. the FTL JIT)
https://bugs.webkit.org/show_bug.cgi?id=112840
Summary Use LLVM as a backend for the fourth-tier DFG JIT (a.k.a. the FTL JIT)
Filip Pizlo
Reported 2013-03-20 13:45:14 PDT
The DFG currently does a lot of great high-level optimizations, but still keeps it pretty simple when it comes to low-level ones. One option for fixing this would be to write a great backend from scratch. That would be super fun. But before we do that, it would be cool to do a sort of limit study to explore how much LLVM would give us.
Attachments
Filip Pizlo
Comment 1 2013-03-21 00:50:59 PDT
Zoltan Herczeg
Comment 2 2013-04-03 05:00:09 PDT
Just a joke: FTL in BSG means Faster Than Light, lets aim that speed ;)
Filip Pizlo
Comment 3 2014-04-29 15:02:46 PDT
Filip Pizlo
Comment 4 2014-07-02 15:31:56 PDT
*** Bug 120047 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.