wip: phkmalloc calls into pma routines

This commit is contained in:
barter-simsum 2024-08-02 20:18:15 -04:00
parent 91be71d6dd
commit cf03d9ac8e
2 changed files with 380 additions and 316 deletions

9
rust/ares_pma/c-src/compile-phk.sh Normal file → Executable file
View File

@ -1 +1,8 @@
gcc -Wno-unused-result -pipe -O3 -finline-limit=5000 -fkeep-inline-functions -finline-functions -ffast-math -fomit-frame-pointer -DNDEBUG -UDEBUG -D_REENTRANT=1 -c phkmalloc.c
gcc -O0 -DDEBUG -g3 -c ./lib/checksum.c ./btree.c
gcc -Wno-unused-result -pipe -O0 -g3 -finline-limit=5000 -fkeep-inline-functions -finline-functions -ffast-math -fomit-frame-pointer -DNDEBUG -UDEBUG -D_REENTRANT=1 -c phkmalloc.c
gcc -O0 -DDEBUG -g3 ./btree.o ./checksum.o ./phkmalloc.o
# gcc -Wno-unused-result -pipe -O3 -finline-limit=5000 -fkeep-inline-functions -finline-functions -ffast-math -fomit-frame-pointer -DNDEBUG -UDEBUG -D_REENTRANT=1 phkmalloc.c

File diff suppressed because it is too large Load Diff