- 02 Nov, 2017 2 commits
-
-
Antonio Cuni authored
-
Matti Picus authored
-
- 01 Nov, 2017 4 commits
-
-
Antonio Cuni authored
- symbols are stripped from the executable and placed in a file libpypy-c.so.debug - we add a gnu-debug-link section to libpypy-c.so which points to .debug, so that it works transparently in gdb - this generates immensely more useful stack trace inside gdb; moreover, it is also potentially usable by vmprof - the .debug file is ~18MB. The tarball size goes from 22MB to 25MB. I claim that disk space and bandwidth are cheap, so we should just don't care, especially for nightly builds - if we REALLY care about the tarball size of official releases, we can simply remove the .debug from the tarball
-
Antonio Cuni authored
--HG-- branch : keep-debug-symbols
-
Antonio Cuni authored
remove the nostrip option; introduce a --no-keep-debug option; use smartstrip(keep_debug=True) by default --HG-- branch : keep-debug-symbols
-
Antonio Cuni authored
add a smartstrip tool, which can optionally keep the debug symbols in a separate file, instead of just stripping them away --HG-- branch : keep-debug-symbols
-
- 30 Oct, 2017 1 commit
-
-
Matti Picus authored
-
- 28 Oct, 2017 4 commits
-
-
wlav authored
-
wlav authored
--HG-- branch : cppyy-packaging
-
Matti Picus authored
-
wlav authored
--HG-- branch : cppyy-packaging
-
- 27 Oct, 2017 1 commit
-
-
Antonio Cuni authored
-
- 25 Oct, 2017 4 commits
-
-
Matti Picus authored
-
Matti Picus authored
-
Matti Picus authored
-
Ronan Lamy authored
-
- 23 Oct, 2017 3 commits
-
-
Antonio Cuni authored
improve this test by giving more descriptive names to variables; in particular, f vs f* was a bit confusing, at least for me :)
-
Antonio Cuni authored
-
Antonio Cuni authored
improve this test by using the same 'seen' pattern also used by other tests, so that it's easier to follow the control flow
-
- 20 Oct, 2017 1 commit
-
-
Amaury Forgeot d'Arc authored
-
- 19 Oct, 2017 2 commits
-
-
Ronan Lamy authored
-
Ronan Lamy authored
-
- 18 Oct, 2017 2 commits
-
-
Armin Rigo authored
A few problems: 'b // 0' fails an internal asserts now; and 'n / int(-n)' gives bogus results if n == sys.maxint+1. Moreover, it disables the replacement of 'long_num // 2' with a simple shift, which costs a lot of performance in some cases.
-
stian authored
-
- 15 Oct, 2017 4 commits
-
-
Matti Picus authored
-
Matti Picus authored
-
Armin Rigo authored
-
Armin Rigo authored
-
- 14 Oct, 2017 1 commit
-
-
Armin Rigo authored
-
- 12 Oct, 2017 3 commits
-
-
wlav authored
--HG-- branch : cppyy-packaging
-
wlav authored
--HG-- branch : cppyy-packaging
-
Armin Rigo authored
-
- 11 Oct, 2017 8 commits
-
-
wlav authored
--HG-- branch : cppyy-packaging
-
wlav authored
--HG-- branch : cppyy-packaging
-
wlav authored
--HG-- branch : cppyy-packaging
-
wlav authored
--HG-- branch : cppyy-packaging
-
wlav authored
--HG-- branch : cppyy-packaging
-
Armin Rigo authored
-
Armin Rigo authored
Oops, our fault, but 1b7397a88e79 should be fixed in cpyext/
-
Carl Friedrich Bolz-Tereick authored
-