[pypy-commit] extradoc extradoc: abstract for my talk at UCT

fijal noreply at buildbot.pypy.org
Tue Mar 27 22:02:54 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r4163:cb0a0f7c6b00
Date: 2012-03-27 22:02 +0200
http://bitbucket.org/pypy/extradoc/changeset/cb0a0f7c6b00/

Log:	abstract for my talk at UCT

diff --git a/talk/uct2012/abstract.rst b/talk/uct2012/abstract.rst
new file mode 100644
--- /dev/null
+++ b/talk/uct2012/abstract.rst
@@ -0,0 +1,16 @@
+Building fast enough VMs in fast enough time
+============================================
+
+PyPy is a fast interpreter for the Python programming language. This however,
+not the whole description. It's also a framework for building efficient
+Virtual Machines for dynamic languages with relatively little effort.
+
+In this talk I would like to walk people through how the unique
+infrastructure provided by the PyPy project let's you write efficient
+virtual machines with minimal effort. This talk will cover the
+architecture of the PyPy project, how to use it in your own VMs as
+well as how to hook up an efficient garbage collector and Just In Time
+compiler with minimal effort.
+
+This talk assumes no prior exposure to compiler techniques and assumes
+some very basic knowledge of the Python programming language.


More information about the pypy-commit mailing list