[pypy-svn] r80375 - pypy/extradoc/talk/stanford-ee380-2011

arigo at codespeak.net arigo at codespeak.net
Mon Feb 21 13:05:56 CET 2011


Author: arigo
Date: Mon Feb 21 13:05:55 2011
New Revision: 80375

Modified:
   pypy/extradoc/talk/stanford-ee380-2011/abstract.txt
Log:
JavaScript is mentioned twice :-)


Modified: pypy/extradoc/talk/stanford-ee380-2011/abstract.txt
==============================================================================
--- pypy/extradoc/talk/stanford-ee380-2011/abstract.txt	(original)
+++ pypy/extradoc/talk/stanford-ee380-2011/abstract.txt	Mon Feb 21 13:05:55 2011
@@ -37,7 +37,7 @@
 
 I will explain how this is done, and describe in more details the
 JIT Compiler.  It is a "tracing JIT", as pioneered in recent
-years for Java and Javascript.  However, it is also a "meta JIT":
+years for Java and JavaScript.  However, it is also a "meta JIT":
 it works for any language, by tracing at the level of the
 language's interpreter.  In other words, from an interpreter for
 any language, we produce quasi-automatically a JIT suited to this



More information about the Pypy-commit mailing list