All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/8] support profile-optimized build for Python
@ 2017-08-08 12:22 Markus Lehtonen
  0 siblings, 0 replies; only message in thread
From: Markus Lehtonen @ 2017-08-08 12:22 UTC (permalink / raw)
  To: openembedded-core

Fourth attempt on enabling profile-guided-optimization (PGO) for Python.

Changes since v3:
- rebased on latest oe-core (with Python v3.5.3)
- typo in assignment of PYTHON3_PROFILE_TASK_DEFAULT fixed
- task dependencies of python-pgo-image altered to allow do_profile task to be
  run

The following changes since commit a5bb13a5d7d7a668ca61da6b17884e3b05b95355:

  python: don't include -tests with modules (2017-08-03 11:14:04 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib marquiz/fixes-9338
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=marquiz/fixes-9338

Markus Lehtonen (8):
  python3-native: support profile optimized build
  python3: fix depends of python3-tests
  python3: add python3-profile-opt recipe
  devtools/images: add python-pgo-image
  python3: support profile optimized build
  python3: fix profile-optimized build of modules
  python3: add python3-tools subpackage
  python3: remove two setup.py cross-compile hacks

 meta/recipes-devtools/images/python-pgo-image.bb   | 92 ++++++++++++++++++++++
 .../python/python-3.5-manifest.inc                 | 10 ++-
 .../python/python3-native_3.5.3.bb                 |  9 +++
 meta/recipes-devtools/python/python3-profile-opt   |  1 +
 .../python/python3-profile-opt_3.5.3.bb            | 15 ++++
 .../python3/0001-cross-compile-support.patch       |  9 ---
 ...efile-add-install_generate_profile-target.patch | 25 ++++++
 ...-CFLAGS-for-extensions-when-cross-compili.patch | 56 +++++++++++++
 .../python3-setup.py-no-host-headers-libs.patch    | 33 --------
 .../setup.py-find-libraries-in-staging-dirs.patch  | 30 -------
 meta/recipes-devtools/python/python3_3.5.3.bb      | 58 ++++++++++----
 11 files changed, 246 insertions(+), 92 deletions(-)
 create mode 100644 meta/recipes-devtools/images/python-pgo-image.bb
 create mode 120000 meta/recipes-devtools/python/python3-profile-opt
 create mode 100644 meta/recipes-devtools/python/python3-profile-opt_3.5.3.bb
 create mode 100644 meta/recipes-devtools/python/python3/Makefile-add-install_generate_profile-target.patch
 create mode 100644 meta/recipes-devtools/python/python3/Use-correct-CFLAGS-for-extensions-when-cross-compili.patch
 delete mode 100644 meta/recipes-devtools/python/python3/python3-setup.py-no-host-headers-libs.patch
 delete mode 100644 meta/recipes-devtools/python/python3/setup.py-find-libraries-in-staging-dirs.patch

-- 
2.12.3



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-08 12:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-08 12:22 [PATCH v4 0/8] support profile-optimized build for Python Markus Lehtonen

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.