Infrastructure and build updates
- Update build configuration and flags - Add missing header files and dependencies - Update TLS list implementation with proper scoping - Fix various compilation warnings and issues - Update debug ring and tiny allocation infrastructure - Update benchmark results documentation Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
@ -20,7 +20,7 @@ core/hakmem_tiny.o: core/hakmem_tiny.c core/hakmem_tiny.h \
|
||||
core/tiny_ready.h core/box/mailbox_box.h core/hakmem_tiny_superslab.h \
|
||||
core/tiny_remote_bg.h core/hakmem_tiny_remote_target.h \
|
||||
core/tiny_ready_bg.h core/tiny_route.h core/box/adopt_gate_box.h \
|
||||
core/tiny_tls_guard.h core/hakmem_tiny_tls_list.h \
|
||||
core/tiny_tls_guard.h core/hakmem_tiny_tls_list.h core/tiny_nextptr.h \
|
||||
core/hakmem_tiny_bg_spill.h core/tiny_adaptive_sizing.h \
|
||||
core/tiny_system.h core/hakmem_prof.h core/tiny_publish.h \
|
||||
core/box/tls_sll_box.h core/box/../ptr_trace.h \
|
||||
@ -95,6 +95,7 @@ core/tiny_route.h:
|
||||
core/box/adopt_gate_box.h:
|
||||
core/tiny_tls_guard.h:
|
||||
core/hakmem_tiny_tls_list.h:
|
||||
core/tiny_nextptr.h:
|
||||
core/hakmem_tiny_bg_spill.h:
|
||||
core/tiny_adaptive_sizing.h:
|
||||
core/tiny_system.h:
|
||||
|
||||
Reference in New Issue
Block a user