May 2015
Intermediate to advanced
296 pages
5h 10m
English
In this chapter, we will cover the following recipes:
In the previous chapter, we saw how to write a pass in LLVM. We also demonstrated writing a few analysis passes with an example of alias analysis. Those passes just read the source code and gave us information about it. In this chapter, we will go further and write transformation passes that will actually change the source code, trying to optimize it for the faster execution of code. In the first two recipes, we will show ...
Read now
Unlock full access