Changeset 174845e for src/benchmark/Makefile.in
- Timestamp:
- Jun 5, 2018, 3:35:49 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- beefc34c
- Parents:
- 41770ed1 (diff), dafdbe7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/Makefile.in
r41770ed1 r174845e 505 505 @echo "}" 506 506 507 loop$(EXEEXT): 508 @@BACKEND_CC@ loop.c -DBENCH_N=5000000000 -I. -lrt -pthread ${AM_CFLAGS} ${CFLAGS} ${ccflags} 509 510 function$(EXEEXT): 511 @@BACKEND_CC@ function.c -DBENCH_N=5000000000 -I. -lrt -pthread ${AM_CFLAGS} ${CFLAGS} ${ccflags} 512 513 fetch_add$(EXEEXT): 514 @@BACKEND_CC@ fetch_add.c -DBENCH_N=500000000 -I. -lrt -pthread ${AM_CFLAGS} ${CFLAGS} ${ccflags} 515 507 516 ctxswitch$(EXEEXT): \ 517 loop.run \ 518 function.run \ 519 fetch_add.run \ 508 520 ctxswitch-pthread.run \ 509 521 ctxswitch-cfa_coroutine.run \ … … 551 563 552 564 mutex$(EXEEXT) :\ 553 mutex-function.run \ 554 mutex-fetch_add.run \ 565 loop.run \ 566 function.run \ 567 fetch_add.run \ 555 568 mutex-pthread_lock.run \ 556 569 mutex-upp.run \ … … 559 572 mutex-cfa4.run \ 560 573 mutex-java_thread.run 561 562 mutex-function$(EXEEXT):563 @@BACKEND_CC@ mutex/function.c -DBENCH_N=500000000 -I. -lrt -pthread ${AM_CFLAGS} ${CFLAGS} ${ccflags}564 565 mutex-fetch_add$(EXEEXT):566 @@BACKEND_CC@ mutex/fetch_add.c -DBENCH_N=500000000 -I. -lrt -pthread ${AM_CFLAGS} ${CFLAGS} ${ccflags}567 574 568 575 mutex-pthread_lock$(EXEEXT):
Note: See TracChangeset
for help on using the changeset viewer.