All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: Pascal de Bruijn <p.debruijn@unilogic.nl>
Cc: aduskett@gmail.com, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 3/3] package/php: enable opcache jit
Date: Thu, 5 Aug 2021 15:31:49 +0200	[thread overview]
Message-ID: <20210805153149.3b72eb3f@windsurf> (raw)
In-Reply-To: <20210805085353.3457-3-p.debruijn@unilogic.nl>

Hello Pascal,

On Thu,  5 Aug 2021 10:53:53 +0200
Pascal de Bruijn <p.debruijn@unilogic.nl> wrote:

> Signed-off-by: Pascal de Bruijn <p.debruijn@unilogic.nl>
> ---
>  package/php/php.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/php/php.mk b/package/php/php.mk
> index 6780b6a962..3cb7090502 100644
> --- a/package/php/php.mk
> +++ b/package/php/php.mk
> @@ -62,7 +62,7 @@ PHP_CXXFLAGS = $(TARGET_CXXFLAGS)
>  # The OPcache extension isn't cross-compile friendly
>  # Throw some defines here to avoid patching heavily
>  ifeq ($(BR2_PACKAGE_PHP_EXT_OPCACHE),y)
> -PHP_CONF_OPTS += --enable-opcache --disable-opcache-jit
> +PHP_CONF_OPTS += --enable-opcache --enable-opcache-jit

Do you have a justification as to why things have changed since commit
469c11c516959375f6caddde178adbdcdc5d9887, which disabled Opcache JIT
support ?

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

  reply	other threads:[~2021-08-05 13:32 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-05  8:53 [Buildroot] [PATCH 1/3] package/php: remove ineffective opcache patch Pascal de Bruijn
2021-08-05  8:53 ` [Buildroot] [PATCH 2/3] package/php: opcache link against librt for shm_unlink Pascal de Bruijn
2021-08-05 16:39   ` Arnout Vandecappelle
2021-08-05  8:53 ` [Buildroot] [PATCH 3/3] package/php: enable opcache jit Pascal de Bruijn
2021-08-05 13:31   ` Thomas Petazzoni [this message]
2021-08-05 13:53     ` Pascal de Bruijn
2021-08-05 14:01       ` Thomas Petazzoni
2021-08-05 14:04         ` Pascal de Bruijn
2021-08-05 14:10           ` Thomas Petazzoni
2021-08-05 14:47             ` Pascal de Bruijn
2021-08-05 16:27               ` Arnout Vandecappelle
2021-08-05 16:41                 ` Arnout Vandecappelle
2021-08-05 16:44 ` [Buildroot] [PATCH 1/3] package/php: remove ineffective opcache patch Arnout Vandecappelle
2021-08-10 19:01 ` Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210805153149.3b72eb3f@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --cc=aduskett@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=p.debruijn@unilogic.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.