Changeset e49b6f5
- Timestamp:
- Jul 5, 2021, 4:59:49 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 0052ada
- Parents:
- b7d94ac5
- Location:
- benchmark
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/transfer.cfa
rb7d94ac5 re49b6f5 14 14 bool exhaust = false; 15 15 16 $thread* the_main;16 thread$ * the_main; 17 17 18 18 thread __attribute__((aligned(128))) MyThread { -
benchmark/size/size.cfa
rb7d94ac5 re49b6f5 2 2 3 3 int main(){ 4 printf("Coroutine : %zu bytes\n", sizeof( $coroutine));5 printf("Monitor : %zu bytes\n", sizeof( $monitor));6 printf("Thread : %zu bytes\n", sizeof( $thread));4 printf("Coroutine : %zu bytes\n", sizeof( coroutine$ )); 5 printf("Monitor : %zu bytes\n", sizeof( monitor$ )); 6 printf("Thread : %zu bytes\n", sizeof( thread$ )); 7 7 printf("Processor : %zu bytes\n", sizeof( processor )); 8 8 printf("Cluster : %zu bytes\n", sizeof( cluster ));
Note: See TracChangeset
for help on using the changeset viewer.