We still write to the sizeRegister even when we don't have to
https://bugs.webkit.org/show_bug.cgi?id=172181
Summary We still write to the sizeRegister even when we don't have to
Saam Barati
Reported 2017-05-16 11:51:05 PDT
e.g, when we're signaling.
Attachments
Saam Barati
Comment 1 2017-05-16 11:51:39 PDT
And code just assumes it can use the sizeRegister as scratch, so the patchpoint that does the call clobbers the size register. But we should do better here.
Note You need to log in before you can comment on or make changes to this bug.