In order to avoid malloc/free, up to NUM_SHARED_VARIABLES_IN_SHARED_MEM
(=64) variables are communicated in dedicated shared memory instead. The
simplification does avoid the need for an "init" and requires "deinit"
only if we ever communicate more than NUM_SHARED_VARIABLES_IN_SHARED_MEM
variables.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
but I don't like the name…Starting with _ is not a typical LLVM name.