diff options
author | Alessandro Gatti <a.gatti@frob.it> | 2025-01-14 02:26:16 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-01-16 12:51:11 +1100 |
commit | e84c9abfc21f57fe93b4d9a05c1d123e3f333880 (patch) | |
tree | 48c88df022a917f6cb0ff0dd8db000b052dcd99f /docs/esp32/tutorial | |
parent | 3225c1bc66a3cf21c3fc48917123c24131bdbf8b (diff) |
qemu/Makefile: Increase GC heap size to 140KiB.
This commit increases the GC heap size from 120KiB to 140KiB, as it is
needed to make the full test suite pass on SABRELITE when ran through the
armv6 native emitter.
This is needed as the code output by the armv6 native emitter is limited to
4-bytes opcodes and thus takes more space than other ARM emitters.
To keep things aligned, the RV32 port also got its heap size increased even
though it is not needed on that platform right now.
Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
Diffstat (limited to 'docs/esp32/tutorial')
0 files changed, 0 insertions, 0 deletions