├── README.md └── pdf ├── C++17新特性带来的改善和影响.pdf ├── Design_Evolve_Optimize.pdf └── LLVM.pdf /README.md: -------------------------------------------------------------------------------- 1 | Sometimes, I will present some technical topics in others company. However, I think these materials maybe also valuable for people who are interested in these topics. Therefore, I decide to put these presentation materials on my github. If I have time, I will also write blogs to record and leave one place to discuss these topics. 2 | 3 | 4 | 5 | - [C++17新特性带来的改善和影响](https://github.com/FrozenGene/presentation/tree/master/pdf). 6 | 7 | This topic is about C++17 concepts, module system and current C++17 status. I present this topic in the [Kingsoft](http://www.kingsoft.com) company on Dec 5, 2015. 8 | 9 | The video link in youku is here: [http://v.youku.com/v_show/id_XMTQxMzcwMjAwNA==.html](http://v.youku.com/v_show/id_XMTQxMzcwMjAwNA==.html) 10 | 11 | - [Design, Evolve and Optimize the code](https://github.com/FrozenGene/presentation/blob/master/pdf/Design_Evolve_Optimize.pdf) 12 | 13 | This topic is about some thoughts and experiences of code (not only about C++). I share three aspects of code: Design, Evolve(from legacy or old C++ standard to modern), Optimize. 14 | 15 | I present this topic in the [Camera360](http://www.camera360.com/) company on Dec 25, 2015. 16 | 17 | - [LLVM: Code Generation](https://github.com/FrozenGene/presentation/blob/master/pdf/LLVM.pdf) 18 | 19 | This topic is about LLVM BE framework overview of Code Generation. I show the mountain view of LLVM and also show the detail code procedure of it. 20 | 21 | I present this topic in one company in Hangzhou, on Dec, 2016. 22 | -------------------------------------------------------------------------------- /pdf/C++17新特性带来的改善和影响.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenGene/presentation/7ac891600bdeaea158fc1728f29af3808e936582/pdf/C++17新特性带来的改善和影响.pdf -------------------------------------------------------------------------------- /pdf/Design_Evolve_Optimize.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenGene/presentation/7ac891600bdeaea158fc1728f29af3808e936582/pdf/Design_Evolve_Optimize.pdf -------------------------------------------------------------------------------- /pdf/LLVM.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrozenGene/presentation/7ac891600bdeaea158fc1728f29af3808e936582/pdf/LLVM.pdf --------------------------------------------------------------------------------