Skip to content

esp32/gccollect: Make level arg volatile to force recursive function.

Otherwise the compiler may inline the gc_collect_inner() function and/or remove the recursion, which is necessary to spill all the windowed registers to the C stack.

Closes #157 (closed) and #160 (closed)

Edited by Phileas

Merge request reports