Re: tweaking MemSet() performance - Mailing list pgsql-hackers

From Andrew Sullivan
Subject Re: tweaking MemSet() performance
Date
Msg-id 20020830080414.C1191@mail.libertyrms.com
Whole thread Raw
In response to Re: tweaking MemSet() performance  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Thu, Aug 29, 2002 at 11:07:03PM -0400, Bruce Momjian wrote:

> and that memset it faster than C MemSet.  What compiler are you using? 

Sorry.  Should have included that.

$gcc --version
2.95.3

> Is the memset() call being inlined by the compiler?  You will have to
> look at the assembler code to be sure.

No idea.  I can maybe check this out later, but I'll have to ask one
of my colleagues for help.  My knowledge of what I am looking at runs
out way before looking at assembler code :(

A

-- 
----
Andrew Sullivan                         204-4141 Yonge Street
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M2P 2A8                                        +1 416 646 3304
x110



pgsql-hackers by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: tweaking MemSet() performance
Next
From: Lamar Owen
Date:
Subject: Re: contrib features during beta period