Boxify superslab registry, add bench profile, and document C7 hotpath experiments

This commit is contained in:
Moe Charm (CI)
2025-12-07 03:12:27 +09:00
parent 18faa6a1c4
commit fda6cd2e67
71 changed files with 2052 additions and 286 deletions

View File

@ -119,7 +119,7 @@ static inline int ss_tls_bind_one(int class_idx,
tls->slab_base = tiny_slab_base_for(ss, slab_idx);
// Notify Tiny Page Box (if enabled for this class)
tiny_page_box_on_new_slab(tls);
tiny_page_box_on_new_slab(class_idx, tls);
// Sanity check: TLS must now describe this slab for this class.
// On failure, revert TLS to safe state and return 0.