[Webkit-unassigned] [Bug 229826] [JSC] Implement Temporal.Instant

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 14:41:09 PDT 2021


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

--- Comment #16 from Philip Chimento <philip.chimento at gmail.com> ---
(In reply to Yusuke Suzuki from comment #14)
> > Source/JavaScriptCore/runtime/ISO8601.h:88
> > +    constexpr ExactTime(const ExactTime& other) : m_epochNanoseconds(other.m_epochNanoseconds) { }
> 
> This is not necessary.

I remembered why I put this in; it seems that Clang doesn't correctly generate the copy constructor when we have a __int128 member. I've added a comment explaining why this "useless" copy constructor is here, and will try to isolate a minimum reproducible example and hopefully report a Clang bug. (Or find out what my mistake was :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211005/06ec6a19/attachment.htm>


More information about the webkit-unassigned mailing list