瀏覽代碼

Flush

svn path=/trunk/mono/; revision=24833
Miguel de Icaza 22 年之前
父節點
當前提交
89652977ea
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      docs/mini-doc.txt

+ 3 - 1
docs/mini-doc.txt

@@ -489,7 +489,9 @@
 	operations if possible.
 
 	The rest of the code generation is fairly simple: a switch
-	statement is used to generate code for each of the MonoInsts
+	statement is used to generate code for each of the MonoInsts,
+	in the mono/mini/mini-ARCH.c files, the method is called
+	"mono_arch_output_basic_block".
 
 	We always try to allocate code in sequence, instead of just using
 	malloc. This way we increase spatial locality which gives a massive