IRTranslator.st
changeset 42 acdc3ec6d152
parent 41 f3898a3b378d
child 43 c8afb8e4c3cc
--- a/IRTranslator.st	Thu Oct 30 21:43:54 2014 +0000
+++ b/IRTranslator.st	Thu Oct 30 22:18:24 2014 +0000
@@ -4,7 +4,7 @@
 	instanceVariableNames:'pending gen currentInstr'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'NewCompiler-IR'
+	category:'IR Compiler-IR'
 !
 
 IRTranslator comment:'I interpret IRMethod instructions, sending the appropriate bytecode messages to my BytecodeGenerator (gen).  I hold some messages back in pending awaiting certain sequences of them that can be consolidated into single bytecode instructions, otherwise the pending messages are executed in order as if they were executed when they first appeared.'
@@ -381,3 +381,4 @@
 version_SVN
     ^ '$Id::                                                                                                                        $'
 ! !
+