[Webkit-unassigned] [Bug 102195] Some <foo>p -> <foo>q fixes in LLInt64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 4 17:19:50 PST 2013


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





--- Comment #5 from Yuqiang Xian <yuqiang.xian at intel.com>  2013-11-04 17:18:36 PST ---
(In reply to comment #4)
> (From update of attachment 194973 [details])
> Is there a reason for these changes? I like changing the raw loads to using load*FromInstruction, but I'm not clear on the seemingly random changes from *p to *q.

The motivation is explained in bug #100321. We want to distinguish the "pointer" operations from the "64-bit value" operations. This patch just wants to make sure we consistently obey the rule of using *p for pointers and *q for 64-bit values.

If you think this is reasonable, I can make the patch updated with latest code. Thanks.

-- 
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