nixpkgs/pkgs
Austin Seipp 18839e1cc1 icestorm: improve x86 build/runtime perf with pypy
PyPy3 offers tremendous speedups for IceStorm tools written in Python,
including tools used at compile-time to generate the chip databases, and
runtime tools distributed to users, such as icebox_vlog.

For example, on my ThreadRipper 1950X, build times for IceStorm
consistently go from 2m30s -> 1m30s with this change, a 40% improvement,
simply due to improvements in raw CPU efficiency. (This is also worsened
by the fact the build is currently serial, but that can easily be fixed
anyway.)

On top of that, tools distributed to users are also now run using PyPy.
Utilities such as icebox_vlog are useful for post-bitstream testing, for
instance, and also are improved due to improved CPU efficiency as well.
For example, when "decompiling" an ICE40 bitstream for HX8K devices,
containing a synthesized copy of PicoRV32 (from the NextPNR demos), the
runtime of icebox_vlog is cut from 25 seconds to 9 seconds consistently
with this change alone.

Normally, picking a Python interpreter outright for Python-based code is
a "bad idea", but in the case of IceStorm it should be perfectly safe,
and an excellent improvement for users. There are a few reasons for
this:

  - IceStorm uses pure Python 3 and nothing else. There are no
requirements for any 3rd party packages, which might cause annoying
incompatibilities, and PyPy has historically shown very strong core
Python compatibility.

  - IceStorm is NOT a set of Python libraries, it is a set of tools,
some of which, coincidentally, are written in Python. It is (normally)
bad form to fix libraries to certain interpreters versions if the reason
strictly isn't "it doesn't work/isn't compatible". That is not the case
here. These tools may later be used by other programs, such as NextPNR,
but the Python interpreter is ultimately not that important in quesion
for the user. In this sense, there is almost no downside to picking
PyPy explicitly if it offers far better performance.

(Point 2 is not actually strictly true; there are some distributed .py
files that you can import from but they are basically just static
classes that are imported by tools like nextpnr; this is expected.)

Because of this, users should see very little change except better
performance for IceStorm tools on their machines.

Note that PyPy is not supported on aarch64 -- this only applies to
x86_64 machines.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-11 18:03:35 -06:00
..
applications Revert "libgit2: 0.26.6 → 0.27.7" 2019-01-11 14:58:45 +01:00
build-support Merge pull request #52870 from xtruder/pkgs/dockerTools/buildLayeredImage/extraCommands 2019-01-10 19:00:19 +01:00
common-updater
data culmus: add .otf, .pfa and .afm files (#53638) 2019-01-11 13:57:28 +01:00
desktops gnome3.gnome-system-log: remove, broken and obsolete (#53768) 2019-01-10 21:16:25 +01:00
development icestorm: improve x86 build/runtime perf with pypy 2019-01-11 18:03:35 -06:00
games Merge pull request #53300 from msteen/openra 2019-01-10 13:56:46 -05:00
misc Merge pull request #53602 from ivan/wine-4.0-rc5 2019-01-11 18:06:10 -05:00
os-specific Merge pull request #53743 from baracoder/add-nvidia-maintainer 2019-01-11 19:09:40 +01:00
servers lighttpd: fix tests on Linux 2019-01-11 11:46:23 +01:00
shells zsh: move --enable-zprofile into configureFlags (#52718) 2019-01-08 11:11:37 +01:00
stdenv stdenv: allow custom stdenv to take crossOverlays 2019-01-07 20:53:10 -06:00
test
tools Merge pull request #51236 from fgaz/cht.sh/init 2019-01-11 15:19:18 -05:00
top-level Merge pull request #51236 from fgaz/cht.sh/init 2019-01-11 15:19:18 -05:00