]> git.sur5r.net Git - cc65/commit
Move the collection containing all line infos into the DbgInfo struct and keep
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 9 Aug 2010 20:54:12 +0000 (20:54 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 9 Aug 2010 20:54:12 +0000 (20:54 +0000)
commit8f03c4e9cf39f6082f66e5f3ca878cc9d9a27a4f
tree770119d114b9dd6a4fd1434c73a3ce8c6a5d263f
parent5625977188f60590a4b538a3106d17369a5c86b5
Move the collection containing all line infos into the DbgInfo struct and keep
it there. It will be used to search for line info by address in some future
version, which is faster than searching through all the source files in a
linear fashion.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4802 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/dbginfo/dbginfo.c