Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify stack management in CTracer | Ned Batchelder | 2017-03-03 | 1 | -1/+9 |
| | | | | | | | "file_data" used to be borrowed from data, but that was confusing. Now it's owned. We used to have a struct member which was a copy of the current stack entry. That just made it harder to reason about reference counting. Now we have a pointer to the entry on the stack. | ||||
* | If STATS is enabled, all STATS() have to be after declarations | Ned Batchelder | 2015-11-24 | 1 | -1/+1 |
| | |||||
* | Split tracer.c into smaller files | Ned Batchelder | 2015-08-01 | 1 | -0/+42 |