Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 1996 13:45:10 -0700
From:      "Jin Guojun[ITG]" <jin@george.lbl.gov>
To:        jkh@time.cdrom.com, nate@mt.sri.com
Cc:        bugs@freebsd.org
Subject:   Re: compiler bug in 2.2-961006-SNAP release
Message-ID:  <199610102045.NAA15632@george.lbl.gov>

next in thread | raw e-mail | index | archive | help
Nate Williams <nate@mt.sri.com> wrote that:

> I *think* memset is inlined if you compile with '-O2'.

Not in this case. Maybe you think the explicityly to use memset.

make s10init.o
cc -O2 -I/export/src/zeitnet/ZNatm/include  s10init.c
6.0u 0.4s 0:09.43 68.3% 1070+2010k 153+31io 1pf+0w

% nm s10init.o | grep mem
         U _ZOSfreembandmem
         U _memset
         U _zntune_max_rcv_pool_mem

-Jin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610102045.NAA15632>