From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 998011396D9 for ; Sun, 15 Oct 2017 07:30:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B35B2BC00D; Sun, 15 Oct 2017 07:30:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE7802BC00D for ; Sun, 15 Oct 2017 07:30:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54DCA33BEDC for ; Sun, 15 Oct 2017 07:30:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EA5730D for ; Sun, 15 Oct 2017 07:30:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1508052593.2440e4f7055fb09f8c6846e8d316702cc5dd58c2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy/metadata.xml X-VCS-Directories: dev-python/pypy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2440e4f7055fb09f8c6846e8d316702cc5dd58c2 X-VCS-Branch: master Date: Sun, 15 Oct 2017 07:30:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5ac3aa26-0bcd-4022-8492-316a14c0f05e X-Archives-Hash: 6a59d27eb9b3cca6a9bb20a6f09a3aa8 commit: 2440e4f7055fb09f8c6846e8d316702cc5dd58c2 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 15 07:27:34 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 15 07:29:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2440e4f7 dev-python/pypy: Update low-memory doc The translation and compilation are now completely separate, so the remark about additional memory usage is obsolete now. dev-python/pypy/metadata.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/pypy/metadata.xml b/dev-python/pypy/metadata.xml index f37da002050..8114c70878c 100644 --- a/dev-python/pypy/metadata.xml +++ b/dev-python/pypy/metadata.xml @@ -6,10 +6,9 @@ Python - Build using PyPy with the engine configured towards low memory footprint. \ + Build using PyPy with the engine configured towards low memory footprint. This makes it possible to build PyPy using ~3.5G of RAM on amd64 and ~half of that on x86, - at the cost of lengthened build time. Please note that you will need an extra ~1G of extra RAM or \ - swap since the translation memory (unused at the time) is not freed when the C compiler is spawned. + at the cost of lengthened build time. Enable sandboxing functionality Use a shadow stack for finding GC roots