Re: [HACKERS] JIT compiling expressions/deform + inlining prototypev2.0 - Mailing list pgsql-hackers

From Andres Freund
Subject Re: [HACKERS] JIT compiling expressions/deform + inlining prototypev2.0
Date
Msg-id 20170920175215.umjsicguahyi5ls3@alap3.anarazel.de
Whole thread Raw
In response to Re: [HACKERS] JIT compiling expressions/deform + inlining prototypev2.0  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Responses Re: [HACKERS] JIT compiling expressions/deform + inlining prototype v2.0
List pgsql-hackers
On 2017-09-19 12:57:33 +0300, Konstantin Knizhnik wrote:
> 
> 
> On 04.09.2017 23:52, Andres Freund wrote:
> > 
> > Hi. That piece of code isn't particularly clear (and has a bug in the
> > submitted version), I'm revising it.
> 
> ...
> > Yea, I've changed that already, although it's currently added earlier,
> > because the alignment is needed before, to access the column correctly.
> > I've also made number of efficiency improvements, primarily to access
> > columns with an absolute offset if all preceding ones are fixed width
> > not null columns - that is quite noticeable performancewise.
> > 
> > 
> Should I wait for new version of your patch or continue review of this code?

I'll update the posted version later this week, sorry for the delay.

Regards,

Andres


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: [HACKERS] Parallel Hash take II
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] POC: Cache data in GetSnapshotData()