Things I’ve Learned
Friday, May 2nd, 2008- In GCC, the “location” of a class declaration is recorded as the position of the opening brace. In pork, the position is the location of the
class
orstruct
keyword:•class A : public B , public C •{
- Texas A&M offers a Masters degree in Mathematics entirely online.
- Copying dmandelin’s treehydra scripts makes it much easier to figure out how to write my own analyses.
- Lazily creating a deeply nested JS representation of C++ type tree improved the performance of my XPCOMGC finalizer analysis script by 1000% or more, and made the code more readable.