[Bug 280000] emulators/wine-devel: NtRaiseException

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 30 Jul 2024 22:16:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280000

--- 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: 
> '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?

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