diff doc/design/graal_compiler.tex @ 2581:4a36a0bd6d18

added GraalGraph to classpath, Node as superclass of Value
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 05 May 2011 13:27:48 +0200
parents 999407dbfe10
children dac9bcc6bd4a
line wrap: on
line diff
--- a/doc/design/graal_compiler.tex	Wed May 04 18:57:26 2011 +0200
+++ b/doc/design/graal_compiler.tex	Thu May 05 13:27:48 2011 +0200
@@ -369,7 +369,6 @@
     \item Array stores: {\tt IASTORE, LASTORE, FASTORE, \\DASTORE, AASTORE, BASTORE, CASTORE, SASTORE}
     \item Field stores: {\tt PUTSTATIC, PUTFIELD}
     \item Method calls: {\tt INVOKEVIRTUAL, INVOKESPECIAL, \\INVOKESTATIC, INVOKEINTERFACE}
-    \item Memory allocations: {\tt NEW, NEWARRAY, ANEWARRAY, \\MULTIANEWARRAY}
     \item Synchronization: {\tt MONITORENTER, MONITOREXIT}
 \end{itemize}