From: Hans-Bernhard B. <br...@ph...> - 2004-03-28 11:53:36
|
On Sat, 27 Mar 2004, Per Persson wrote: > > Well, it turned out in testing that there was at least one place where > a driver call came from outside command() in command.c: > #7 0x000650a0 in term_suspend () at term.c:560 > #8 0x00009854 in com_line () at command.c:266 > #9 0x0003f408 in main (argc=1, argv=0xbffffc1c) at plot.c:626 Then perhaps com_line() would be the right place to move that machinery to. It's the only caller of command(), after all, as far as I can see. Anyway: not knowing what these memory pools are, and why they require this strange amount of extra book-keeping, I guess we'll have to trust your judgement on this issue. So do whatever you think makes most sense. -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |