RESOLVED FIXED Bug 151428
FTL+B3 should be able to run Kraken/imaging-gaussian-blur
https://bugs.webkit.org/show_bug.cgi?id=151428
Summary FTL+B3 should be able to run Kraken/imaging-gaussian-blur
Filip Pizlo
Reported 2015-11-18 19:15:10 PST
Here are some basic facts about this benchmark: DFG compile time: 1.6ms FTL compile time #1: 4.8ms + 12.2ms (DFG + LLVM) FTL compile time #2: 3.9ms + 15.0ms
Attachments
DFG IR for imaging-gaussian-blur (167.91 KB, text/plain)
2015-11-18 19:16 PST, Filip Pizlo
no flags
Filip Pizlo
Comment 1 2015-11-18 19:16:01 PST
Created attachment 265829 [details] DFG IR for imaging-gaussian-blur
Filip Pizlo
Comment 2 2015-11-20 13:41:41 PST
After https://bugs.webkit.org/show_bug.cgi?id=150762, we have complete coverage in the FTLB3Output, but we are failing with some validation failures because of some missing logic in FTLAbstractHeap.
Filip Pizlo
Comment 3 2015-11-20 14:39:01 PST
Looks like we can run it now, just doing a final check before closing.
Filip Pizlo
Comment 4 2015-11-20 14:45:45 PST
Yep, it works.
Note You need to log in before you can comment on or make changes to this bug.