Define a __heap_end symbol that marks the end of the memory region
that starts at __heap_base. This will allow malloc implementations to
know how much memory they can use at __heap_base even if someone has
done a memory.grow before they can initialize their state.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
lgtm, with comment.
lld/wasm/Symbols.h | ||
---|---|---|
557 | Can you maybe group these together under single comment? I started to do that above for stack_pointer/stack_low/__stack_high and I think it makes it easier to read this section of code. I noticed ELF was doing this in its Symbols.h |
Can you maybe group these together under single comment? I started to do that above for stack_pointer/stack_low/__stack_high and I think it makes it easier to read this section of code. I noticed ELF was doing this in its Symbols.h