Skip to content
Andrew Hu edited this page Dec 20, 2018 · 1 revision

How does roadrunner actually work? Here is where we'll try to write down as much as we know about the internals of roadrunner, so that when somebody has to fix, maintain, and improve them, they won't have to reverse engineer everything themselves

The Executable

Usually the first place you look to get a feel for how a C++ program runs is where the main function is. In the case of the rr executable, main is...