Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!news.roellig-ltd.de!open-news-network.org!border2.nntp.ams1.giganews.com!nntp.giganews.com!bcyclone02.am1.xlned.com!bcyclone02.am1.xlned.com!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'europython': 0.04; 'assignment': 0.07; 'compiler': 0.07; 'made.': 0.07; 'lawrence': 0.09; 'pages.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'rewrite': 0.09; 'python': 0.11; 'crashed': 0.16; 'finney': 0.16; 'lie': 0.16; 'real.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'suite.': 0.16; 'words.': 0.16; 'funding': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'memory': 0.22; 'import': 0.22; 'header:User- Agent:1': 0.23; 'month,': 0.24; 'spring': 0.24; 'second': 0.26; 'pass': 0.26; 'developing': 0.27; 'header:X-Complaints-To:1': 0.27; 'am,': 0.29; 'code': 0.31; 'team.': 0.31; 'along.': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'writes:': 0.31; 'anyone': 0.31; 'fri,': 0.33; 'more,': 0.35; 'test': 0.35; 'but': 0.35; 'there': 0.35; 'appearance': 0.36; 'problems': 0.38; 'ben': 0.38; 'today?': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'gone': 0.61; 'browser': 0.61; 'complete': 0.62; 'more': 0.64; 'improvements': 0.68; 'steady': 0.68; '2015': 0.84; '3.4': 0.84; 'improvement': 0.84; 'news.': 0.84; 'received:125': 0.84; 'ssa': 0.84; 'url:posts': 0.84; 'hundred': 0.95 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ben Finney Subject: Re: Nuitka Progress in Spring 2015 Date: Fri, 01 May 2015 15:45:47 +1000 References: <5543052a$0$12996$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: jigong.madmonks.org X-Public-Key-ID: 0xAC128405 X-Public-Key-Fingerprint: 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-pubkey.asc X-Post-From: Ben Finney User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) Cancel-Lock: sha1:yGV/UjBSDKLyE9LZ6J99sIkMSTI= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 46 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1430459164 news.xs4all.nl 2947 [2001:888:2000:d::a6]:57349 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 4813 X-Received-Body-CRC: 2801283556 Xref: csiph.com comp.lang.python:89698 Steven D'Aprano writes: > On Fri, 1 May 2015 07:01 am, Mark Lawrence wrote: > > > http://nuitka.net/posts/nuitka-progress-spring-2015.html > > Anyone care to summarise the highlights Nuitka Progress in Spring 2015 * SSA (Single State Assignment Form): will allow Nuitka to be an *optimising* compiler for Python. * Scalability: Nuitka uses less memory now, and generates smaller code output. * Compatibility: will pass the Python 3.4 test suite. Python 3.5 support is coming along. Problems with the import system are gone after a complete rewrite of that code. * Performance: improvements are spotty, but real. More progress needs to be made. * Standalone: steady improvement but no big news. * Debian Jessie released this month, and contains a packaged Nuitka. * Funding continues; please send more, this is an independent project. * EuroPython 2015 will have an appearance by the Nuitka team. * Collaborators: the infrastructure is there now to join and work on developing Nuitka. > for those of us who just crashed their web browser for the second time > today? (F*%$ing javascript...) -- \ “A lie can be told in a few words. Debunking that lie can take | `\ pages. That is why my book… is five hundred pages long.” —Chris | _o__) Rodda, 2011-05-05 | Ben Finney