[webkit-reviews] review requested: [Bug 100321] Refactor LLInt64 to distinguish the pointer operations from the 64-bit integer operations : [Attachment 170553] Patch - part2: change the operations on 64-bit integers to use the "<foo>q" instructions in the LLInt

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


Yuqiang Xian <yuqiang.xian at intel.com> has asked  for review:
Bug 100321: Refactor LLInt64 to distinguish the pointer operations from the
64-bit integer operations
https://bugs.webkit.org/show_bug.cgi?id=100321

Attachment 170553: Patch - part2: change the operations on 64-bit integers to
use the "<foo>q" instructions in the LLInt
https://bugs.webkit.org/attachment.cgi?id=170553&action=review

------- Additional Comments from Yuqiang Xian <yuqiang.xian at intel.com>
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.


More information about the webkit-reviews mailing list