[pypy-svn] rev 1962 - pypy/trunk/doc/funding

pedronis at codespeak.net pedronis at codespeak.net
Wed Oct 15 15:07:22 CEST 2003


Author: pedronis
Date: Wed Oct 15 15:07:22 2003
New Revision: 1962

Modified:
   pypy/trunk/doc/funding/B1.0_objectives.txt
Log:
oops, restored alpha order for refs


Modified: pypy/trunk/doc/funding/B1.0_objectives.txt
==============================================================================
--- pypy/trunk/doc/funding/B1.0_objectives.txt	(original)
+++ pypy/trunk/doc/funding/B1.0_objectives.txt	Wed Oct 15 15:07:22 2003
@@ -238,65 +238,20 @@
 way from choices about aspects and predefined or user-supplied
 extensions.
 
+----------------------------------------------
 
-References:
-
-.. [S03] Gregory Sullivan et. al., "Dynamic Native Optimization of Native 
-   Interpreters". IVME 03. 2003.   http://www.ai.mit.edu/~gregs/dynamorio.html
-
-.. file = ivme03.pdf
-
-.. [LHJ95] Sheng Liang, Paul Hudak and Mark Jones. "Monad Transformers
-   and Modular Interpreters". 22nd ACM Symposium on Principles of Programming
-   Languages (POPL'95). January 1995.
-   http://java.sun.com/people/sl/papers/popl95.ps.gz
-
-.. file = popl95.ps.gz
-
-.. [H98] Paul Hudak. "Modular Domain Specific Languages and Tools". ICSR 98. 
-   1998.   http://haskell.org/frp/dsl.ps
-
-.. file = dsl.ps.gz
-
-.. [RFSLE00] Alastair Reid, Matthew Flatt, Leigh Stoller, Jay Lepreau, and Eric Eide,
-   "Knit: Component Composition for Systems Software", 
-   in Proceedings of the Fourth Symposium on Operating Systems Design and Implementation OSDI'2000, 2000.
-   http://www.cs.utah.edu/flux/papers/knit-osdi00.pdf
-
-.. [K97] Richard Kelsey, "Pre-Scheme: A Scheme Dialect for Systems 
-   Programming".1997.   http://citeseer.nj.nec.com/kelsey97prescheme.html
-
-.. file = kelsey97prescheme.pdf
-
-.. [IKM97] Dan Ingalls, Ted Kaehler, John Maloney, Scott Wallace, and
-   Alan Kay.  "Back to the future: The story of Squeak, A practical
-   Smalltalk written in itself." In Proceedings OOPSLA'97, pages
-   318--326, November 1997.
-   ftp://st.cs.uiuc.edu/Smalltalk/Squeak/docs/OOPSLA.Squeak.html
-
-.. file = OOPSLA.Squeak.htm 
+**References**
 
 .. [A03] John Aycock, "A Brief History of
    Just-In-Time", ACM Computing Surveys 35, 2 (June 2003), pp. 97-113.
 
 .. file = jit-history.pdf
 
-.. [WAU99] Mario Wolczko, Ole Agesen, David Ungar, "Towards a
-   Universal Implementation Substrate for Object-Oriented
-   Languages",OOPSLA 99 workshop on Simplicity, Performance and
-   Portability in Virtual Machine Design, OOPSLA '99, Denver, CO, Nov
-   2, 1999.
-   http://research.sun.com/research/kanban/oopsla-vm-wkshp.pdf
-
-.. file = oopsla-vm-wkshp.pdf
 
 .. [AFGHS00] Matthew Arnold, Stephen J. Fink, David Grove, Michael Hind, and Peter F. Sweeney,
    "Adaptive optimization in the Jalapeno JVM", In Conference on Object-Oriented Prorgramming and Systems, pp. 47-65, 2000.
    http://citeseer.nj.nec.com/arnold00adaptive.html
 
-.. [R03] Armin Rigo, http://psyco.sourceforge.net
-
-.. file = psycoguide.ps.gz
 
 .. [APJ03] John Aycock and David Pereira and Georges Jodoin, 
    "UCPy: Reverse-Engineering Python", PyCon DC 2003, 9pp.
@@ -304,6 +259,13 @@
 
 .. file = ucpy-reverse-engineering-python.pdf
 
+
+.. [H98] Paul Hudak. "Modular Domain Specific Languages and Tools". ICSR 98. 
+   1998.   http://haskell.org/frp/dsl.ps
+
+.. file = dsl.ps.gz
+
+
 .. [HCU91] Urs Hölzle, Craig Chambers, and David Ungar,
    "Optimizing Dynamically-Typed Object-Oriented Languages with Polymorphic
    Inline Caches", ECOOP'91 Conference Proceedings, Geneva, 1991. Published
@@ -313,6 +275,7 @@
 
 .. file = hlzle91optimizing.ps.gz
 
+
 .. [HU94] Urs Hölzle, David Ungar,
    "Reconciling Responsiveness with Performance in Pure Object-Oriented 
    Languages",   PLDI '94 and OOPSLA '94
@@ -320,9 +283,61 @@
 
 .. file = reconciling-responsiveness-with-performance.pdf
 
+
+.. [IKM97] Dan Ingalls, Ted Kaehler, John Maloney, Scott Wallace, and
+   Alan Kay.  "Back to the future: The story of Squeak, A practical
+   Smalltalk written in itself." In Proceedings OOPSLA'97, pages
+   318--326, November 1997.
+   ftp://st.cs.uiuc.edu/Smalltalk/Squeak/docs/OOPSLA.Squeak.html
+
+.. file = OOPSLA.Squeak.htm 
+
+
+.. [K97] Richard Kelsey, "Pre-Scheme: A Scheme Dialect for Systems 
+   Programming".1997.   http://citeseer.nj.nec.com/kelsey97prescheme.html
+
+.. file = kelsey97prescheme.pdf
+
+
 .. [KLM97] Gregor Kiczales and John Lamping and
    Anurag Menhdhekar and Chris Maeda and Cristina Lopes and Jean-Marc
    Loingtier and John Irwin, "Aspect-Oriented Programming", ECOOP'97
    http://www2.parc.com/csl/groups/sda/publications/papers/Kiczales-ECOOP97/for-web.pdf
 
 .. file = kiczales97aspectoriented.pdf
+
+
+.. [LHJ95] Sheng Liang, Paul Hudak and Mark Jones. "Monad Transformers
+   and Modular Interpreters". 22nd ACM Symposium on Principles of Programming
+   Languages (POPL'95). January 1995.
+   http://java.sun.com/people/sl/papers/popl95.ps.gz
+
+.. file = popl95.ps.gz
+
+
+.. [R03] Armin Rigo, http://psyco.sourceforge.net
+
+.. file = psycoguide.ps.gz
+
+
+.. [RFSLE00] Alastair Reid, Matthew Flatt, Leigh Stoller, Jay Lepreau, and Eric Eide,
+   "Knit: Component Composition for Systems Software", 
+   in Proceedings of the Fourth Symposium on Operating Systems Design and Implementation OSDI'2000, 2000.
+   http://www.cs.utah.edu/flux/papers/knit-osdi00.pdf
+
+
+.. [S03] Gregory Sullivan et. al., "Dynamic Native Optimization of Native 
+   Interpreters". IVME 03. 2003.   http://www.ai.mit.edu/~gregs/dynamorio.html
+
+.. file = ivme03.pdf
+
+
+.. [WAU99] Mario Wolczko, Ole Agesen, David Ungar, "Towards a
+   Universal Implementation Substrate for Object-Oriented
+   Languages",OOPSLA 99 workshop on Simplicity, Performance and
+   Portability in Virtual Machine Design, OOPSLA '99, Denver, CO, Nov
+   2, 1999.
+   http://research.sun.com/research/kanban/oopsla-vm-wkshp.pdf
+
+.. file = oopsla-vm-wkshp.pdf
+


More information about the Pypy-commit mailing list