Use a compact push+jump table for IRQs.
This MR replaces the autogenerated assembly stubs with a compact push+jump table. While this probably doesn't improve code size or cache use that significantly, it does simplify the code.
This MR replaces the autogenerated assembly stubs with a compact push+jump table. While this probably doesn't improve code size or cache use that significantly, it does simplify the code.