added huge pages tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# build glibc
|
||||
cc -g -Wall -o glibc-bench.out -march=morello -mabi=purecap -Xclang -morello-vararg=new -lpthread glibc.c
|
||||
cc -g -Wall -o glibc-bench.out -march=morello -mabi=purecap -Xclang -morello-vararg=new -lpthread simple_c.c
|
||||
|
||||
# build shared object library
|
||||
cc -O3 -g -W -Wall -shared -o ./malloc.so -mabi=purecap -Wno-unused-parameter -lpthread -fPIC alloc.c
|
||||
cc -O3 -g -W -Wall -shared -o ./malloc.so -mabi=purecap -Wno-unused-parameter -lpthread -fPIC allocBitmap.c
|
||||
|
||||
LD_PRELOAD=malloc.so ./glibc-bench.out
|
||||
|
||||
Reference in New Issue
Block a user