conway

conway.git
git clone git://git.lenczewski.org/conway.git
Log | Files | Refs | README

README (365B)


      1 conway
      2 ==============================================================================
      3 Conway's "Game of Life". Implemented in C11, to test out the effect of pgo.
      4 To switch between display and benchmarking, edit conway.c. To test out LLVM's
      5 built-in PGO, run build_instr_pgo.sh. To test out LLVM's sampling PGO, run
      6 build_sample_pgo.sh. For debugging, run build.sh.