NEW 127627
DFG inlining heuristics should take into account how big the function will get after it is inlined
https://bugs.webkit.org/show_bug.cgi?id=127627
Summary DFG inlining heuristics should take into account how big the function will ge...
Filip Pizlo
Reported 2014-01-25 12:59:10 PST
We can get this information by looking at how big the function gets when compiled independently. Usually functions that we inline have already been separately compiled.
Attachments
Note You need to log in before you can comment on or make changes to this bug.