On Wed Nov 2 12:17:37 2022 +0000, Jinoh Kang wrote:
Could we leverage dwarf unwinding in i386 or will it always be dead code?
I'm not sure I'll get it right before the code freeze.
I don't mean using it, but if we could in the future then it's maybe worth having it that way now, even if it's currently unused (but used in some archs so the functions aren't strictly speaking dead code).
The i386 part could be just FIXMEs messages in place of the #error messages if we're worried about the dead in that time of year, tho I think the changes are simple enough.
Another option would be to `#ifndef __i386__` the whole unused part. I think it'd still be better than another header.