Ethereal-dev: [Ethereal-dev] Re: rev 17485: /trunk/epan/: emem.c emem.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "ronnie sahlberg" <ronniesahlberg@xxxxxxxxx>
Date: Fri, 10 Mar 2006 05:42:27 +0000
can you try using the latest SVN   and edit emem.c   to disable
guardpages and also  canaries?

and compare the speed with that capture of yours.



On 3/10/06, didier <dgautheron@xxxxxxxx> wrote:
> ronnie sahlberg wrote:
> > you are not using guardpages or emem begugging are you?
> Don't know, change nothing to configure only CFLAGS=-O2  will look at it.
>
> There's a bug in emem.c
>
> in se_tree_lookup32_array
> last line:
> missing return
> se_tree_lookup32_array(next_tree, key);
> --> return se_tree_lookup32_array(next_tree, key);
> Don'r think it matter here though, compiler shouldn't change return
> register at least on x86.
>
> Didier
>
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
>