From 9353b27cd359037a3c68bd87b610adb441f744bf Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Sat, 30 Sep 2023 18:21:45 +0200 Subject: [PATCH] readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5c146c9..c2b63f2 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,14 @@ actually: * instantiates classes (TODO implement superclass instantiation) * runs bytecode (TODO more opcodes) * has INVOKEVIRTUAL and INVOKESPECIAL, including stackframes (TODO more invokes) +* has a heap **more TODO's** * native methods * stacktraces * check visibility * IO +* garbage collection **Ultimate goal** * Hello world domination \ No newline at end of file