Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use 'static' as much as possible | Josh Stone | 2009-01-28 | 1 | -4/+4 |
| | | | | | | | | | | 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. | ||||
* | fix bugs in add_bad_addr_entry | Tim Moore | 2008-10-02 | 1 | -2/+3 |
| | |||||
* | Fix race condition in addr-map; simplify allocation logic | Tim Moore | 2008-09-30 | 1 | -46/+53 |
| | |||||
* | PR1288: runtime functions for avoiding certain addresses | Tim Moore | 2008-09-08 | 1 | -0/+181 |