Matheus Alcantara писал(а) 2025-03-18 21:56:
On Fri, Mar 7, 2025 at 7:43 AM Vladlen Popolitov
wrote:
>
>> Updated patch rebased to the current master. Also I resolved the
>> problems
>> with the lookup of the compiled expressions.
>> Cached jit compiles only expressions from cached plan - they
On Fri, Mar 7, 2025 at 7:43 AM Vladlen Popolitov
wrote:
> >
> >> Updated patch rebased to the current master. Also I resolved the
> >> problems
> >> with the lookup of the compiled expressions.
> >> Cached jit compiles only expressions from cached plan - they are
> >> recognized by memory context
Matheus Alcantara писал(а) 2025-03-07 05:02:
Hi!
Thank for interest to the patch.
1. Changes in jit-code generation.
a) the load of the absolute address (as const) changed to the load of
this
address from a struct member:
If I understood correctly, this change is required to avoid making
Hi,
I've spent some time learning more about jit in the last few weeks and I
think that this patch could be very useful, thanks for working on this!
I'm new on this subject but I would like to share some thoughts about
it.
> 1. Changes in jit-code generation.
>
> a) the load of the absolute addre