[Webkit-unassigned] [Bug 100321] Refactor LLInt64 to distinguish the pointer operations from the 64-bit integer operations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 24 23:05:25 PDT 2012


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


Yuqiang Xian <yuqiang.xian at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #170553|                            |review?
               Flag|                            |




--- Comment #15 from Yuqiang Xian <yuqiang.xian at intel.com>  2012-10-24 23:06:32 PST ---
Created an attachment (id=170553)
 --> (https://bugs.webkit.org/attachment.cgi?id=170553&action=review)
Patch - part2: change the operations on 64-bit integers to use the "<foo>q" instructions in the LLInt

This is the second part of the modification: in the low level interpreter, changing the operations on 64-bit integers to use the "<foo>q" instructions.
This also removes some unused/meaningless "<foo>p" instructions.

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