[Webkit-unassigned] [Bug 144016] Allow function allocation sinking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 23 18:48:40 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=144016

--- Comment #6 from Filip Pizlo <fpizlo at apple.com> ---
Comment on attachment 251524
  --> https://bugs.webkit.org/attachment.cgi?id=251524
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=251524&action=review

> Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp:566
> +                        Node* executable = m_insertionSet.insertConstant(
> +                            nodeIndex + 1, node->origin, node->cellOperand());

You could add the cellOperand as a strong constant. This means doing:

m_insertionSet.insertConstant(nodeIndex + 1, node->origin, m_graph.freezeStrong(node->cellOperand()));

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150424/8e4d3f32/attachment-0001.html>


More information about the webkit-unassigned mailing list