aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2012-02-16 09:07:29 +0200
committerPekka Enberg <penberg@kernel.org>2012-02-16 09:07:29 +0200
commitde715fcab8e54b8b780b17282641abdddeb1dfd8 (patch)
treeea2e97a0a32fc4a9446f4992d1fa99cfe4a9b7d0
parent70fea589562edbefe9df28b80cf07757cae9e8a7 (diff)
downloadjato-de715fcab8e54b8b780b17282641abdddeb1dfd8.tar.gz
Remove quotes from the TODO list
Signed-off-by: Pekka Enberg <penberg@kernel.org>
-rw-r--r--TODO16
1 files changed, 0 insertions, 16 deletions
diff --git a/TODO b/TODO
index 54fd3ecc..cebbfd1e 100644
--- a/TODO
+++ b/TODO
@@ -10,12 +10,6 @@ on each of them to help a new contributor get started.
Performance
-----------
-[quote, Michael A. Jackson]
-____
-``The First Rule of Program Optimization: Don't do it. The Second Rule of
-Program Optimization (for experts only!): Don't do it yet.''
-____
-
Startup Time
~~~~~~~~~~~~
The purpose of this project is to improve VM startup time. There are two
@@ -75,11 +69,6 @@ Difficulty::
Garbage Collector
-----------------
-[quote, Robert Sewell]
-____
-``If Java had true garbage collection, most programs would delete themselves upon execution.''
-____
-
Exact GC
~~~~~~~~
Jato uses Boehm GC as its garbage collector. While Boehm GC is stable and
@@ -160,11 +149,6 @@ Difficulty::
Portability
-----------
-[quote, Jim McCarthy]
-____
-``Portability is for canoes.''
-____
-
Machine Architectures
~~~~~~~~~~~~~~~~~~~~~
To port the VM to a new architecture, you need to introduce a new