Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ESP32: enable jump tables for libAtomVM for xtensa devices
Starting from a certain point jump tables are disabled since they are not compatible with moving code to IRAM. Enable that again for libAtomVM since we are not moving code to IRAM for it. See also: espressif/esp-idf@c02aa6d Signed-off-by: Davide Bettio <davide@uninstall.it>
- Loading branch information