Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2024 22:16:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 280000] emulators/wine-devel: NtRaiseException
Message-ID:  <bug-280000-7788-Z5jfO9CxHz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-280000-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-280000-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280000

--- Comment #15 from Gerald Pfeifer <gerald@FreeBSD.org> ---
(In reply to Alex S from comment #11)
> I don't like my real name being listed anywhere near my email address,
> especially not on the first page of Google results.

It's a pity, since your debugging and fixing really is great! On the
other hand, thanks for sharing those patches via wine-proton - that's
quite helpful.(In reply to Brendan Shanks from comment #12)

(In reply to Brendan Shanks from comment #12)
> It turns out that clang/LLVM assembles 'jmp 1f' to a different length
> depending on optimization level. At -O0: 'e9 01 00 00 00', at -O2:=20
> 'eb 01'. GCC always outputs 'eb 01'.

That strikes me as suboptimal on LLVM's side - the shorter form should
not require -O2, should it?

Thank you for pushing this upstream, Brendan!

Do you think this should/could go onto the 9.0 release branch as well?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280000-7788-Z5jfO9CxHz>