[webkit-reviews] review requested: [Bug 126423] cstack Branch: ARM64 LLInt fails to compile due to instructions limitations with sp : [Attachment 220289] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 3 00:50:58 PST 2014


Michael Saboff <msaboff at apple.com> has asked  for review:
Bug 126423: cstack Branch: ARM64 LLInt fails to compile due to instructions
limitations with sp
https://bugs.webkit.org/show_bug.cgi?id=126423

Attachment 220289: Patch
https://bugs.webkit.org/attachment.cgi?id=220289&action=review

------- Additional Comments from Michael Saboff <msaboff at apple.com>
It may make sense longer term to fix the offline assembler to transform
improper pseudo ops using a source of SP to emit a "mov temp, sp ; op ...,
temp, ...".  That change is much larger and it is easier to cover the few cases
by changing the .asm files in this patch.


More information about the webkit-reviews mailing list