Skip to content

Commit

Permalink
python_ir
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Dec 20, 2018
1 parent 06931bd commit a3059b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/python_ir.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
Python Intermediate representation (IR)
+++++++++++++++++++++++++++++++++++++++

Status: no one is working on the implementation, it's an idea.

Nathaniel Smith's (njs) IR idea for numpy:

* video: `Inside NumPy: how it works and how we can make it better
<https://www.youtube.com/watch?v=fowHwlpGb34>`_ (starting at ~26:00).
* `slides
<https://www.dropbox.com/s/atqkfueyx6dz188/cyir-nathaniel-j-smith-dec-2018.pdf>`__

`Python Compilers Workshop <https://python-compilers-workshop.github.io>`_
(2016) where the idea was proposed. The `notes from the meeting
<https://docs.google.com/document/d/1jGksgI96LdYQODa9Fca7EttFEGQfNODphVmbCX0DD1k>`_.

0 comments on commit a3059b9

Please sign in to comment.