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:
@ -1,10 +1,10 @@
|
||||
core/box/front_gate_box.o: core/box/front_gate_box.c \
|
||||
core/box/front_gate_box.h core/hakmem_tiny.h core/hakmem_build_flags.h \
|
||||
core/hakmem_trace.h core/hakmem_tiny_mini_mag.h \
|
||||
core/tiny_alloc_fast_sfc.inc.h core/hakmem_tiny.h core/box/tls_sll_box.h \
|
||||
core/box/../ptr_trace.h core/box/../hakmem_tiny_config.h \
|
||||
core/box/../hakmem_build_flags.h core/box/../tiny_region_id.h \
|
||||
core/box/../hakmem_build_flags.h
|
||||
core/tiny_alloc_fast_sfc.inc.h core/hakmem_tiny.h core/tiny_nextptr.h \
|
||||
core/box/tls_sll_box.h core/box/../ptr_trace.h \
|
||||
core/box/../hakmem_tiny_config.h core/box/../hakmem_build_flags.h \
|
||||
core/box/../tiny_region_id.h core/box/../hakmem_build_flags.h
|
||||
core/box/front_gate_box.h:
|
||||
core/hakmem_tiny.h:
|
||||
core/hakmem_build_flags.h:
|
||||
@ -12,6 +12,7 @@ core/hakmem_trace.h:
|
||||
core/hakmem_tiny_mini_mag.h:
|
||||
core/tiny_alloc_fast_sfc.inc.h:
|
||||
core/hakmem_tiny.h:
|
||||
core/tiny_nextptr.h:
|
||||
core/box/tls_sll_box.h:
|
||||
core/box/../ptr_trace.h:
|
||||
core/box/../hakmem_tiny_config.h:
|
||||
|
||||
Reference in New Issue
Block a user