Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #66594
| Date | 2014-02-17 13:54 +0530 |
|---|---|
| Subject | Does CPython already has Peephole optimizations? |
| From | Laxmikant Chitare <laxmikant.general@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.7086.1392625473.18130.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
Hello All, I read about this article: http://www.python.org/workshops/1998-11/proceedings/papers/montanaro/montanaro.html Just wanted to clarify whether CPython already includes these kind of byte code optimizations? Are all the temporary variables removed when byte code is generated? Regards, Laxmikant
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Does CPython already has Peephole optimizations? Laxmikant Chitare <laxmikant.general@gmail.com> - 2014-02-17 13:54 +0530
Re: Does CPython already has Peephole optimizations? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-02-17 08:59 +0000
Re: Does CPython already has Peephole optimizations? Ned Batchelder <ned@nedbatchelder.com> - 2014-02-17 07:48 -0500
Re: Does CPython already has Peephole optimizations? Terry Reedy <tjreedy@udel.edu> - 2014-02-17 08:51 -0500
Re: Does CPython already has Peephole optimizations? Laxmikant Chitare <laxmikant.general@gmail.com> - 2014-02-18 10:41 +0530
csiph-web