Re: Getting out of HTEventList_loop()

Michael Saunders wrote:

> I would be happy to provide the traces that you request. What level of trace
> would you like? Most of the time I set the trace flag as follows so that I don't
> see all the mallocs and frees:
> 
>         WWWTRACE = SHOW_ALL_TRACE & (SHOW_ALL_TRACE ^ SHOW_MEM_TRACE);
> 
> Is this sufficient for you or would you like to see all of it?

yep - that's fine.

> Also, attached with this email are the diffs for "HTEvtLst.c". You might find
> that cleaning up the code and having a single exit point is better. I tried to
> keep the code changes down to a minimum so I retained the multiple exit point
> design and simply reset HTEndLoop before each exit point.

I committed a version which uses a single exit, see

	http://dev.w3.org/cgi-bin/cvsweb/libwww/Library/src/HTEvtLst.c#rev2.40

-- 
Henrik Frystyk Nielsen, <frystyk@w3.org>
World Wide Web Consortium, MIT/LCS NE43-356
545 Technology Square, Cambridge MA 02139, USA

Received on Wednesday, 23 June 1999 14:02:07 UTC