IRBytecodeGenerator.st
changeset 42 acdc3ec6d152
parent 41 f3898a3b378d
child 43 c8afb8e4c3cc
--- a/IRBytecodeGenerator.st	Thu Oct 30 21:43:54 2014 +0000
+++ b/IRBytecodeGenerator.st	Thu Oct 30 22:18:24 2014 +0000
@@ -6,7 +6,7 @@
 		stack primNum numArgs numVars properties code seqCode lastLine'
 	classVariableNames:'BytecodeTable Bytecodes SpecialConstants SpecialSelectors'
 	poolDictionaries:''
-	category:'NewCompiler-Bytecode'
+	category:'IR Compiler-Bytecode'
 !
 
 IRBytecodeGenerator comment:'I generate bytecodes in response to ''instructions'' messages being sent to me.  I rewrite jumps at the end so their jump offsets are correct (see #bytecodes).  For example, to create a compiled method that compares first instVar to first arg and returns ''yes'' or ''no'' (same example as in IRBuilder), do:
@@ -808,13 +808,14 @@
 !IRBytecodeGenerator class methodsFor:'documentation'!
 
 version
-    ^ '$Id$'
+    ^ '$eader: /cvs/stx/cvut/stx/goodies/newcompiler/IRBytecodeGenerator.st,v 1.3 2009/10/08 12:04:39 fm Exp$'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRBytecodeGenerator.st,v 1.3 2009/10/08 12:04:39 fm Exp '
+    ^ '$eader: /cvs/stx/cvut/stx/goodies/newcompiler/IRBytecodeGenerator.st,v 1.3 2009/10/08 12:04:39 fm Exp$'
 !
 
 version_SVN
     ^ '$Id::                                                                                                                        $'
 ! !
+