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 9FCC31396D9 for ; Sun, 15 Oct 2017 07:30:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFE872BC008; Sun, 15 Oct 2017 07:30:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CAD0E2BC008 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 4A0C433BEC0 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 6319431A 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: <1508052601.390ff3a51df2168ee6da306efcecc862b6312254.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3/metadata.xml X-VCS-Directories: dev-python/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 390ff3a51df2168ee6da306efcecc862b6312254 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: 0beb0d0d-f7ce-4659-821d-717ca5c20f0e X-Archives-Hash: bc06248ddcbcc6468f528f5dc9545c2e commit: 390ff3a51df2168ee6da306efcecc862b6312254 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 15 07:29:23 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 15 07:30:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390ff3a5 dev-python/pypy3: Update low-memory doc The translation and compilation are now completely separate, so the remark about additional memory usage is obsolete now. dev-python/pypy3/metadata.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/pypy3/metadata.xml b/dev-python/pypy3/metadata.xml index 77d5408242d..8114c70878c 100644 --- a/dev-python/pypy3/metadata.xml +++ b/dev-python/pypy3/metadata.xml @@ -6,7 +6,9 @@ Python - 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. + 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. Enable sandboxing functionality Use a shadow stack for finding GC roots