Re: Test mail for pgsql-general

From: preejackie <praveenvelliengiri(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Test mail for pgsql-general
Date: 2019-04-01 19:13:49
Message-ID: f4a0a3a6-2bc0-0c6d-8ea7-b3323fcb54fe@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

I'm Praveen Velliengiri, student from India. I'm working on developing a
Speculative compilation support in LLVM ORC JIT Infrastructure.

As LLVM ORC supports compiling in multiple backend threads, it would be
effective if we compile the functions speculatively before they are
called by the executing function. So when we request JIT to compile a
function, JIT will immediately returns the function address for raw
executable bits. This will greatly reduce the JIT latencies in modern
multi-core machines. And also I'm working on designing a ORC in-place
dynamic profiling support, by this JIT will automatically able to
identify the hot functions, and compile it in higher optimization level
to achieve good performance.

I'm proposing this project for GSoC 2019. It would be helpful to know
how this new features are effective to pgsql engine, so that I include
your comments in "View from Clients" proposal section.

Please reply :)

--

Have a great day!
PreeJackie

Browse pgsql-general by date

  From Date Subject
Next Message preejackie 2019-04-01 19:21:51 New LLVM JIT Features
Previous Message Rory Campbell-Lange 2019-04-01 18:48:11 Re: Key encryption and relational integrity