summaryrefslogtreecommitdiffstats
path: root/runtime/addr-map.c
Commit message (Collapse)AuthorAgeFilesLines
* Use 'static' as much as possibleJosh Stone2009-01-281-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_entryTim Moore2008-10-021-2/+3
|
* Fix race condition in addr-map; simplify allocation logicTim Moore2008-09-301-46/+53
|
* PR1288: runtime functions for avoiding certain addressesTim Moore2008-09-081-0/+181