[libc-commits] [libc] [libc] Implement dual freestore rotation for baremetal heap (PR #209811)
Daniel Thornburgh via libc-commits
libc-commits at lists.llvm.org
Thu Aug 27 11:47:23 PDT 2026
================
@@ -75,5 +75,10 @@
"LIBC_CONF_CTYPE_SMALLER_ASCII": {
"value": true
}
+ },
+ "baremetal": {
+ "LIBC_COPT_BAREMETAL_HEAP_ENABLE_FREESTORE_ROTATION": {
+ "value": true
----------------
mysterymath wrote:
Doesn't seem like we'd want this on by default, would we?
https://github.com/llvm/llvm-project/pull/209811
More information about the libc-commits
mailing list