]> Repositorios git - scryer-prolog.git/commit
adjust interrupt handling
authorSkgland <[email protected]>
Sat, 21 Mar 2026 13:20:11 +0000 (14:20 +0100)
committerSkgland <[email protected]>
Sat, 21 Mar 2026 13:20:11 +0000 (14:20 +0100)
commit153f04b72ac68cce45374f724455683802eca74e
tree4cb03663ae7b210b52b5b89232a8c078b0ca8a69
parent8aab8873885d5e4d5681a5731d34b9c1f14cba3c
adjust interrupt handling

we used to spend ~5.8% of the time on getting the next value of the 0..INSTRUCTIONS_PER_INTERRUPT_POLL iterator

increment on Wrapping<u8> now only takes ~0.58 of the time
src/machine/dispatch.rs