> > > Hi Guys,
> > >
> > > A quick question: is it possible to enable AVX2/AVX3 in PHP JIT
> generated
> > > code, and hence can get some performance improvement?
> > > Just check the community first: if anyone has already tried that or
> got
> > > some experiences? before we dive into this invest
Hi Guys,
A quick question: is it possible to enable AVX2/AVX3 in PHP JIT generated code,
and hence can get some performance improvement?
Just check the community first: if anyone has already tried that or got some
experiences? before we dive into this investigation.
We are discussing if we coul
ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL
ZEND_JMP_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS)
===
Tony Su (Su, Tao)
make a 'lazy' programmer diligently with efficiency
===
Tony Su (Su, Tao)
make a 'lazy' programmer diligently with efficiency
> On Thu, Jan 20, 2022 at 1:56 AM Su, Tao wrote:
> >
> > Hello internals,
> >
> > I am trying to read Zend header files to understand its functional
> > interfaces,
> > but have got confusion and anybody knows why zend_startup_system_id()
> and zend_
zend_add_system_entropy(const char *module_name,
const char *hook_name, const void *data, size_t size);
END_EXTERN_C()
void zend_startup_system_id(void);
void zend_finalize_system_id(void);
===
Tony Su (Su, Tao)
make a 'lazy' programmer diligently with efficiency
===
Tony Su (Su, Tao)
make a 'lazy' programmer diligently with efficiency
===
Tony Su (Su, Tao)
make a 'lazy' programmer diligently with efficiency
to add a few comments into the source code file for
records.
From: Dmitry Stogov
Sent: Monday, January 17, 2022 8:12 PM
To: Su, Tao
Cc: PHP internals
Subject: Re: [PHP-DEV] Reason for ZEND_JIT_COUNTER_INIT set to 32531?
Oh, probably this is just the biggest prime number that fits into a sign
Thanks Dmitry for the information.
With a few debug sessions, I found that 32531 is working well
for any thresholds, and is also a big prime number :-).
-Original Message-
From: Dmitry Stogov
Sent: Monday, January 17, 2022 1:37 PM
To: Su, Tao
Cc: PHP internals
Subject: Re: [PHP-DEV
LL_EX(zend_jit_trace_counter_helper,
((ZEND_JIT_COUNTER_INIT + JIT_G(hot_func) - 1) /
JIT_G(hot_func)));
===
Tony Su (Su, Tao)
make a 'lazy' programmer diligently with efficiency
12 matches
Mail list logo