From owner-freebsd-python@FreeBSD.ORG Wed Jun 8 19:54:44 2011 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC0181065670 for ; Wed, 8 Jun 2011 19:54:44 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 2DBA08FC1A for ; Wed, 8 Jun 2011 19:54:43 +0000 (UTC) Received: by wwc33 with SMTP id 33so939724wwc.31 for ; Wed, 08 Jun 2011 12:54:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:date:user-agent:mime-version :content-type:content-transfer-encoding:message-id; bh=5jCnI5eJnf/cM/2+ytAuivxUwva9Ao685w+GaHZcKiI=; b=QAauelbjncmBZIXbEgplZpFJxBc5cgQZ6eYCK01kMtUIQZOTwoAsOKwhxvkOzPmQEB P2zQhDszF871/f7QfpC8iMCWwEIMGrGHINyiryNfjdUSS2VbKIF21fYhYzvIhQH8xW84 QuZPOFIcQqaITjMisN3hhIcw5bERIorIa9VYU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:message-id; b=cHcs9bZaFjZiqEYUOSbq1ROl4G94yKSEOlL8MKmNwOFGMnXe6j87KnEfiUFeje10+0 Ox+LKZPgDsTwc77qCmHNK1Mx2tN1g84KUooTgnnymWmrfMPU61oIqIqsc04MVNEZY3tz dn7iqmKKfoM9ByxvC65t369y1VUAjDr08GcFE= Received: by 10.227.98.213 with SMTP id r21mr5872975wbn.87.1307561150824; Wed, 08 Jun 2011 12:25:50 -0700 (PDT) Received: from dragonmini.dg (41-132-132-29.dsl.mweb.co.za [41.132.132.29]) by mx.google.com with ESMTPS id ex2sm652561wbb.31.2011.06.08.12.25.45 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Jun 2011 12:25:49 -0700 (PDT) From: David Naylor To: freebsd-python@freebsd.org Date: Wed, 8 Jun 2011 21:25:47 +0200 User-Agent: KMail/1.13.6 (FreeBSD/9.0-CURRENT; KDE/4.6.2; amd64; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1847253.1H0TULicID"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201106082125.56696.naylor.b.david@gmail.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: [RFC] pypy-1.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2011 19:54:44 -0000 --nextPart1847253.1H0TULicID Content-Type: multipart/mixed; boundary="Boundary-01=_7y87NSKu6j9JRwR" Content-Transfer-Encoding: 7bit --Boundary-01=_7y87NSKu6j9JRwR Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I have been working on a port for pypy-1.5. Although the port is a work in= =20 progress I would like some feedback for what I have done so far. =20 The port supports translating (and compiling) multiple instances of pypy, w= ith=20 three options available by default. The first is DEFAULT which is the stoc= k=20 pypy with JIT. The second is STACKLESS using the stackless option for pypy= =2E =20 The last is SANDBOX using the sandbox option for pypy. See=20 files/bsd.pypy.inst.mk for the examples. =20 To translate custom instances of pypy compile the port with: # make all install PYPY_INST=3D I plan to make STACKLESS and SANDBOX options. =20 The port is standalone and does not have any integration into the port=20 infrastructure. =20 See attached. Regards, David P.S. Please CC me as I am not on list --Boundary-01=_7y87NSKu6j9JRwR-- --nextPart1847253.1H0TULicID Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iEYEABECAAYFAk3vzMQACgkQUaaFgP9pFrLihACaAi7/KhcItJiknmM6Pb4O805d Mj4An0xnygVhMzPD2OFlsYkECnTl722V =hq23 -----END PGP SIGNATURE----- --nextPart1847253.1H0TULicID--