[Webkit-unassigned] [Bug 151113] calling super() a second time in a constructor should throw

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 13:49:57 PDT 2016


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

--- Comment #52 from Saam Barati <sbarati at apple.com> ---
Ok my advice was wrong.
We don't have 64bit immediate compares on the architectures we care about.
We just want comparePtr or compare64(Equal, reg, TrustedImm32(0), resultReg)
(The imm value is sign extended).

And our MASM will do the right thing and convert this into a test of reg on itself.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160421/b6897693/attachment.html>


More information about the webkit-unassigned mailing list