Skip to content

rts: add the rts_clearMemory function

Cheng Shao requested to merge type-dance/ghc:rts-api-zero-memory into master

This patch adds the rts_clearMemory function that does its best to zero out unused RTS memory for a wasm backend use case. See the comment above rts_clearMemory() prototype declaration for more detailed explanation. Closes #22920 (closed).

Edited by Cheng Shao

Merge request reports