yamt opened a new pull request #3549: URL: https://github.com/apache/incubator-nuttx/pull/3549
## Summary modlib: Always use separate allocation for text and data Pros: * Reduce code differences * Smaller allocations for !CONFIG_ARCH_USE_MODULE_TEXT Cons: * Likely to use more memory for !CONFIG_ARCH_USE_MODULE_TEXT in total ## Impact ## Testing Tested with: * sim:module on macOS * esp32-devkit:nsh + CONFIG_MODULE on qemu -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org