summaryrefslogtreecommitdiff
path: root/coverage/ctracer/datastack.c
Commit message (Collapse)AuthorAgeFilesLines
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Simplify stack management in CTracerNed Batchelder2017-03-031-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 declarationsNed Batchelder2015-11-241-1/+1
|
* Split tracer.c into smaller filesNed Batchelder2015-08-011-0/+42