Boxify superslab registry, add bench profile, and document C7 hotpath experiments
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user