Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-03-31 08:39:47 +0400
committerMiguel de Icaza <miguel@gnome.org>2004-03-31 08:39:47 +0400
commit89652977eab0ecc0da38edd2b09179b1edd7abfa (patch)
tree9557dd07802f42e96c361b6cbb3827fa09f6f1e8 /docs
parent4e4a25b5fc6309e3192c14d3b8ea511e6e230b64 (diff)
Flush
svn path=/trunk/mono/; revision=24833
Diffstat (limited to 'docs')
-rw-r--r--docs/mini-doc.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/mini-doc.txt b/docs/mini-doc.txt
index 30d9b4442b7..d9334adb563 100644
--- a/docs/mini-doc.txt
+++ b/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