RESOLVED FIXED 107860
DFG::JITCompiler::getSpeculation() methods are badly named and superfluous
https://bugs.webkit.org/show_bug.cgi?id=107860
Summary DFG::JITCompiler::getSpeculation() methods are badly named and superfluous
Filip Pizlo
Reported 2013-01-24 13:57:38 PST
They should be called getPrediction(). But they're superfluous since it takes less typing to just call Node::prediction() anyway.
Attachments
the patch (2.71 KB, patch)
2013-01-24 13:58 PST, Filip Pizlo
mhahnenberg: review+
Filip Pizlo
Comment 1 2013-01-24 13:58:45 PST
Created attachment 184574 [details] the patch
Mark Hahnenberg
Comment 2 2013-01-24 13:59:44 PST
Comment on attachment 184574 [details] the patch r=me
Filip Pizlo
Comment 3 2013-01-24 14:00:58 PST
Note You need to log in before you can comment on or make changes to this bug.