Re: tweaking MemSet() performance

From: Andrew Sullivan <andrew(at)libertyrms(dot)info>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: tweaking MemSet() performance
Date: 2002-08-30 12:04:14
Message-ID: 20020830080414.C1191@mail.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Lamar Owen 2002-08-30 13:14:35 Re: contrib features during beta period
Previous Message Andrew Sullivan 2002-08-30 12:01:02 Re: tweaking MemSet() performance