-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
arch/x86_allArchitecture: this issue is specific to all x86 architecturesArchitecture: this issue is specific to all x86 architecturesarea/kernelArea: this issue relates to the core kernel.Area: this issue relates to the core kernel.kind/refactorKind: this issue describes refactoring or code quality improvement.Kind: this issue describes refactoring or code quality improvement.
Description
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?
Metadata
Metadata
Assignees
Labels
arch/x86_allArchitecture: this issue is specific to all x86 architecturesArchitecture: this issue is specific to all x86 architecturesarea/kernelArea: this issue relates to the core kernel.Area: this issue relates to the core kernel.kind/refactorKind: this issue describes refactoring or code quality improvement.Kind: this issue describes refactoring or code quality improvement.