Subbu, What is the debug mode? Is it a build option, or something more readily available to an end user? As for the code, I provided the entire function. Depending on what falls out of the question above, I might find that all is well as-is; otherwise I can send the entire file (where?) if needed. Bill ________________________________________ From: K. K. Subramaniam [kksubbu.ml@gmail.com] Sent: Monday, August 23, 2010 11:06 AM To: Schwab,Wilhelm K Cc: vm-dev@lists.squeakfoundation.org Subject: Re: [Vm-dev] RE: Linux vm On Monday 23 Aug 2010 6:49:43 pm Schwab,Wilhelm K wrote:
strace might do the job, but what is wrong with having the vm log what it is trying to do? You could also use ltrace(1).
The vm already logs entries in debug mode. Non-debug run-times can be traced with strace/ltrace. Performance can be optimized by changing LD_LIBRARY_PATH and -plugins options in the launcher script. In any case, you can send in your suggestions (complete file, not a diff) for Ian's consideration. Subbu