[Overview][Types][Procedures and functions][Variables][Index] |
Speed up LineInfo reading by reusing already-read information
Source position: lineinfo.pp line 40
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 stabs info file descriptor |