* [meta-oe] [PATCH v2 1/1] fio: remove disabling of compiler optimizations
@ 2020-02-18 21:07 Jonathan Richardson
2020-02-19 2:36 ` Khem Raj
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Richardson @ 2020-02-18 21:07 UTC (permalink / raw)
To: openembedded-devel
Disabling compiler optimizations affects fio performance by 25-30% so
remove this from EXTRA_OECONF. Disabling of optimizations should be
machine specific if there are bugs in the code instead of the default.
Optimizations were removed in this commit:
https://git.openembedded.org/meta-openembedded/commit/?id=739349da0826221f98648b64b693f9ae33e7d4ea
Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com>
---
meta-oe/recipes-benchmark/fio/fio_3.18.bb | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.18.bb b/meta-oe/recipes-benchmark/fio/fio_3.18.bb
index b6484290f..2c461b8c5 100644
--- a/meta-oe/recipes-benchmark/fio/fio_3.18.bb
+++ b/meta-oe/recipes-benchmark/fio/fio_3.18.bb
@@ -33,7 +33,6 @@ S = "${WORKDIR}/git"
DISABLE_STATIC = ""
EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}'"
-EXTRA_OECONF = "--disable-optimizations"
do_configure() {
./configure ${EXTRA_OECONF}
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-oe] [PATCH v2 1/1] fio: remove disabling of compiler optimizations
2020-02-18 21:07 [meta-oe] [PATCH v2 1/1] fio: remove disabling of compiler optimizations Jonathan Richardson
@ 2020-02-19 2:36 ` Khem Raj
0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2020-02-19 2:36 UTC (permalink / raw)
To: Jonathan Richardson, Mingli Yu; +Cc: openembeded-devel
On Tue, Feb 18, 2020 at 1:08 PM Jonathan Richardson via
Openembedded-devel <openembedded-devel@lists.openembedded.org> wrote:
>
> Disabling compiler optimizations affects fio performance by 25-30% so
> remove this from EXTRA_OECONF. Disabling of optimizations should be
> machine specific if there are bugs in the code instead of the default.
>
> Optimizations were removed in this commit:
> https://git.openembedded.org/meta-openembedded/commit/?id=739349da0826221f98648b64b693f9ae33e7d4ea
>
> Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com>
> ---
> meta-oe/recipes-benchmark/fio/fio_3.18.bb | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/meta-oe/recipes-benchmark/fio/fio_3.18.bb b/meta-oe/recipes-benchmark/fio/fio_3.18.bb
> index b6484290f..2c461b8c5 100644
> --- a/meta-oe/recipes-benchmark/fio/fio_3.18.bb
> +++ b/meta-oe/recipes-benchmark/fio/fio_3.18.bb
> @@ -33,7 +33,6 @@ S = "${WORKDIR}/git"
> DISABLE_STATIC = ""
>
> EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}'"
> -EXTRA_OECONF = "--disable-optimizations"
>
I think Mingli disabled it and I would like to get his feedback before
we revert this change
> do_configure() {
> ./configure ${EXTRA_OECONF}
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-19 2:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-18 21:07 [meta-oe] [PATCH v2 1/1] fio: remove disabling of compiler optimizations Jonathan Richardson
2020-02-19 2:36 ` Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox