Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-02-11 23:04:03 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-02-11 23:04:03 +0300
commite3084fbe32afcac54123bdd4ff123689bcecd5a9 (patch)
treeaf9becdbe336aac70a01f55d18dbd93bc5d501f0
parentac7829137e51ed7e6095a469e0c32fd6faa84176 (diff)
Flush small changes
svn path=/trunk/mcs/; revision=2332
-rwxr-xr-xmcs/makefile1
-rw-r--r--mcs/mcs/TODO4
2 files changed, 5 insertions, 0 deletions
diff --git a/mcs/makefile b/mcs/makefile
index cfbe752b216..fc4e7f1eb65 100755
--- a/mcs/makefile
+++ b/mcs/makefile
@@ -20,3 +20,4 @@ clean:
for i in $(DIRS); do \
(cd $$i; make clean) \
done
+
diff --git a/mcs/mcs/TODO b/mcs/mcs/TODO
index 97f7418cb79..40983060170 100644
--- a/mcs/mcs/TODO
+++ b/mcs/mcs/TODO
@@ -164,6 +164,10 @@ PENDING TASKS
Handle modreq from public apis.
+* Emit `pinned' for pinned local variables.
+
+ Both `modreq' and pinned will require special hacks in the compiler.
+
OPTIMIZATIONS
-------------