2014年6月21日 星期六

Data race on vptr

https://code.google.com/p/thread-sanitizer/wiki/PopularDataRaces

2014's goal


  1. study effective c++ book
    1. how to remember those ways...?
  2. c++ compiler implementation
    1. review c++ freature
    2. write simple and compiled to bitcode, ARM asm
  3. study thread-sanitizer
  4. c++11 compiler implementation