runtime: avoid heap allocs for plain errors

This commit is contained in:
Jake Bailey
2026-07-27 09:08:47 -07:00
committed by Ron Evans
parent 1d2bc0fd64
commit 206d9ae8e0
17 changed files with 132 additions and 50 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
target package code rodata data bss
hifive1b examples/echo 4533 323 0 2268
microbit examples/serial 3002 382 8 2264
wioterminal examples/pininterrupt 8331 1717 148 7496
hifive1b examples/echo 4526 346 0 2268
microbit examples/serial 2993 391 8 2264
wioterminal examples/pininterrupt 8309 1739 148 7496