Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use 'static' as much as possible | Josh Stone | 2009-01-28 | 1 | -3/+3 |
| | | | | | | | | | | This change just inserts 'static' on runtime, tapset, and generated C functions and globals, so the compiler can do a better job of optimizing. My tests with small scripts show ~10% reduction in compile time and ~20% reduction in module size. Larger scripts may show less benefit, but I expect purely positive results. | ||||
* | Systemtap perfmon support to access the processors perfmon hardware. | wcohen | 2006-09-12 | 1 | -0/+27 |