summaryrefslogtreecommitdiff
path: root/runtime/caml/backtrace_prim.h
Commit message (Expand)AuthorAgeFilesLines
* Print function names (derived from Lambda.scoped_location) in backtracesStephen Dolan2020-04-271-0/+1
* Avoid scanning the stack twice when collecting callstacks in Memprof.Stephen Dolan2020-02-031-22/+10
* Distinguish "0" from "don't care" in caml_current_callstack_write.Stephen Dolan2020-01-251-1/+6
* Memprof: report different callstacks for different combined allocationsStephen Dolan2020-01-251-1/+1
* Use a more compact representation of debug information.Stephen Dolan2019-10-221-1/+1
* Fix missing Caml_state (#8940)Guillaume Munch-Maccagnoni2019-10-031-1/+1
* Merge pull request #8685 from Fourchaux/trunkGabriel Scherer2019-05-241-1/+1
|\
| * Fixing misspellingsJPR2019-05-211-1/+1
* | additional fixes for #8634Damien Doligez2019-05-211-2/+2
|/
* Statistical memory profiling of blocks allocated in the major heap.Jacques-Henri Jourdan2019-05-091-4/+22
* Merge the asmrun and byterun directories into the runtime directorySébastien Hinderer2018-06-281-0/+100