diff README.md @ 14722:8dfd3f53ba4a

Update vm descriptions in readme
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 24 Mar 2014 11:24:22 +0100
parents 8df361535530
children 271eee87201c
line wrap: on
line diff
--- a/README.md	Mon Mar 24 10:45:24 2014 +0100
+++ b/README.md	Mon Mar 24 11:24:22 2014 +0100
@@ -23,10 +23,11 @@
    Compilation with Graal is only done by explicit requests to the
    Graal API. This is how Truffle uses Graal.
    
-2. The 'graal' configuration is a VM where all compilation is performed
-   by Graal and no other compilers are built into the VM binary. This
-   VM will bootstrap Graal itself at startup unless the -XX:-BootstrapGraal
-   VM option is given.   
+2. The 'graal' configuration is a VM where normal compilations are performed
+   by Graal. This VM will bootstrap Graal itself at startup unless the
+   -XX:-BootstrapGraal. Note that if tiered compilation is enabled, Graal
+   will be used at the last tier while C1 will be used for the first compiled
+   tiers.
 
 Unless you use the --vm option with the build command, you will be presented
 with a dialogue to choose one of the above VM configurations for the build
@@ -78,5 +79,3 @@
 
 These configurations aim to match as closely as possible the
 VM(s) included in the OpenJDK binaries one can download.
- No newline at end of file
-