[Bug other/67648] No need to save callee-saved registers in interrupt handler
hjl.tools at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sun Sep 20 14:43:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67648
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |6.0
--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
Julia, we should avoid changing call_used_regs in
ix86_conditional_register_usage. Instead, we should
only save and restore caller-saved registers changed by
interrupt handler.
More information about the Gcc-bugs
mailing list