[Webkit-unassigned] [Bug 80779] All DFG nodes should have a mutable set of flags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 11 23:09:17 PDT 2012


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





--- Comment #8 from Gavin Barraclough <barraclough at apple.com>  2012-03-11 23:09:17 PST ---
There is an awful lot of static_cast<NodeType>(node.op) in this patch.  It would be really good to make op private (& probably should be called m_op), and change op() to be an accessor function returning a NodeType.  Would probably be nice to do the same for flags.  What do you think?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list