Date: Sun, 14 Feb 1999 12:21:46 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Nate Eldredge cc: djgpp-workers AT delorie DOT com Subject: Re: itimer patch and profiling In-Reply-To: <36C35088.6949D909@cartsys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com On Thu, 11 Feb 1999, Nate Eldredge wrote: > I have tried Eli's itimer patch for profiling, and it certainly seems to > work fine. Thanks for testing and for the fedback. > Perhaps someone who's familiar with the itimer code should improve the > test, so we can have some confidence that we won't break them anymore. I sent an improved version of itimer.c from djtst to DJ. That was the version I used to debug some of the problems. Of course, there's no end to testing, so I guess any test code can be improved. Volunteers are welcome, as always. Btw, the itimer code is not very difficult to understand. I knew almost nothing about it when I sat down to debug the profiling problems, but after staring at the code for about 30 minutes I think understood it all, and even found a few additional bugs that weren't mentioned in the bug reports. (And no, I don't consider myself a person who easily understands fine details of someone else's code.)