RREE / build-avr-ada-toolchain

Scripts for Building the AVR-Ada Toolchain
MIT License
7 stars 6 forks source link

efficient interrupt prologues and epilogues for Ada #4

Closed RREE closed 5 years ago

RREE commented 5 years ago

The new way of generating efficient interrupt prologues and epilogues is limited to C and C++. It should be made available to Ada users as well. It actually does not depend on the programmang language as it uses the assembler for generating the efficient code (see https://gcc.gnu.org/gcc/changes.html about AVR)

RREE commented 5 years ago

it works in gcc-9.2