Speed up LineInfo reading by reusing already-read information.
Source position: lnfodwrf.pp line 43
var AllowReuseOfLineInfoData: Boolean = True; |
AllowReuseOfLineInfoData can be set to True to keep the last opened file open. When regularly creating backtraces (e.g. in a program log), this will significantly speed up operations.
|
Close DWARF info file descriptor. |