Corrupting Innocent Minds With GCC
Posted in Uncategorized on September 30th, 2009 Comments Off
Ever since the plugin branch landed in GCC, I have been itching to explore the application-specific optimization space that it opens up. It’s really hard to optimize code in the general case, but it’s relatively easy to optimize for something for specific use-cases. We can rely on API-specific static analysis in order to get rid [...]