[Bug 268684] riscv libc: fix longjmp with 0 value
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 268684] [PATCH] riscv libc: fix longjmp with 0 value"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Jan 2023 13:04:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268684 Jessica Clarke <jrtc27@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrtc27@freebsd.org --- Comment #1 from Jessica Clarke <jrtc27@freebsd.org> --- This is a subset of https://reviews.freebsd.org/D29363 which I should get back to. Note I instead opted for a conditional li, as both those instructions compress and in theory should be macro-op fusable, or have a short forward-branch optimisation applied, on cores that implement that. I believe the SiFive 7 series does the latter. -- You are receiving this mail because: You are the assignee for the bug.