]> git.lizzy.rs Git - rust.git/commit
Optimize .debug_line generation
authorbjorn3 <bjorn3@users.noreply.github.com>
Tue, 14 Jan 2020 15:11:23 +0000 (16:11 +0100)
committerbjorn3 <bjorn3@users.noreply.github.com>
Tue, 14 Jan 2020 15:11:23 +0000 (16:11 +0100)
commit29fafb44b1de93c4f5000064ab06bd756b8499f9
treeb5824cdcdb5cbc99b8cc3019b28670e46ee4a8aa
parent4fbb45c3f3673091075a0a7fc91bbf8abe777f36
Optimize .debug_line generation

This reduces the amount of time spent in .debug_line generation by about 50%

Fixes #807
src/debuginfo/line_info.rs