summaryrefslogtreecommitdiff
path: root/examples/conwaylife.py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-08-15 14:34:25 +1000
committerDamien George <damien@micropython.org>2023-08-15 16:12:54 +1000
commitfa1ea21f75601a93827d143bb9074b1f7474a953 (patch)
tree48407859e4da7aa7f84747f512f42cf9ad12193e /examples/conwaylife.py
parent05dcb8be9957d0ed6c9694629be186a40c1a3fd9 (diff)
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. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'examples/conwaylife.py')
0 files changed, 0 insertions, 0 deletions