Use x86-interrupt calling convention rather than naked fns #78
Labels
arch/x86_all
Architecture: this issue is specific to all x86 architectures
area/kernel
Area: this issue relates to the core kernel.
kind/refactor
Kind: this issue describes refactoring or code quality improvement.
When rust-lang/rust#39832 is merged to nightly, I can rewrite my interrupt-handling code for x86 to use the
x86-interrupt
calling convention, which will be much less ugly than the current implementation and might also lead to improved performance.This may also allow some interrupt handlers to be written more generally, for both 32-bit and 64-bit x86?
The text was updated successfully, but these errors were encountered: