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:
authorBen Maurer <benm@mono-cvs.ximian.com>2004-03-23 04:34:02 +0300
committerBen Maurer <benm@mono-cvs.ximian.com>2004-03-23 04:34:02 +0300
commit954a17f84b085d8893493e222295a20489901c2e (patch)
tree670d70d8ed52b837bcaf8df125d33b1948847e4f /web/mono-todo
parent92f68ebf28b73e3d7d97df3853cf06ecd1f58518 (diff)
2004-03-22 Ben Maurer <bmaurer@users.sourceforge.net>
* mono-todo: I finished the vtable task :-). svn path=/trunk/mono/; revision=24445
Diffstat (limited to 'web/mono-todo')
-rw-r--r--web/mono-todo12
1 files changed, 0 insertions, 12 deletions
diff --git a/web/mono-todo b/web/mono-todo
index 6f2a69c6fc7..2aae19fc569 100644
--- a/web/mono-todo
+++ b/web/mono-todo
@@ -70,18 +70,6 @@ Happy hacking!
</tr>
<tr>
- <td>Runtime (mono/metadata)
- <td>Optimize method vtable. Currently all the methods in a class
- are added to the method vtable, including static and non-virtual methods.
- This makes vtables bigger and the instructions to access them are longer,
- increasing also code size. Some code in metadata/icall.c and maybe also some
- remoting code may depend on the current layout: such code should be fixed as well.
- <td>Medium
- <td>1-2 weeks
- <td>not assigned
- </tr>
-
- <tr>
<td>System assembly (mcs/class/System/)
<td>Implement the IL-based regular expression engine. Instead of
intepreting the regular expression pattern, a method is created at runtime using