Commit 05c2f88
zephyr/main: Put GC heap in noinit linker area.
By putting the heap in the noinit area instead of the bss area, zephyr
won't memset it to zero during start. This improves startup time, in
particular if the heap is very big. The system heap of zephyr is also in
the same section.
Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>1 parent 92d64ca commit 05c2f88
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments