Move type inference from parse time to display time.
commit26feb52b57f3957c95f7f7fa65fa34f6173f8c77
authorJohannes Sixt <johannes.sixt@telecom.at>
Sat, 25 Nov 2006 22:15:58 +0000 (25 23:15 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Sat, 25 Nov 2006 22:27:59 +0000 (25 23:27 +0100)
tree2de59459ae483c71f062b35cdc96f8ac705161f5
parent65052bfc37692b9c766d9be69686503ef154f985
Move type inference from parse time to display time.

This saves some marginal amount of CPU time, but its main purpose is that
the type inference now works solely on VarTree items that are hooked
into the tree displays, and not on those that are parse results. This lets
us later use simpler objects for the parse result.
kdbg/debugger.cpp
kdbg/exprwnd.cpp
kdbg/exprwnd.h