|
From: Nicholas N. <nj...@cs...> - 2005-08-12 13:33:49
|
On Fri, 12 Aug 2005, Tom Hughes wrote: > Resolving the name immediately is the other choice, but it all amounts > to much the same thing in the end which is extra storage space for each > context that has to be recorded. We could store each string only once as is done for debug info. It's certainly doable. We could distinguish between two kinds of stack traces: unresolved (just addresses) and resolved (file/objname, fnname, line num). N |