comparison graal/com.oracle.graal.api.meta/overview.html @ 5873:d4d5af0234b7

Update api.code and api.meta overview.html
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 23 Jul 2012 16:50:10 +0200
parents 2c00c51357d8
children
comparison
equal deleted inserted replaced
5872:7ee5463a4f48 5873:d4d5af0234b7
29 29
30 </head> 30 </head>
31 <body> 31 <body>
32 32
33 The <code>com.oracle.graal.api.meta</code> project provides an API to the runtime data structures 33 The <code>com.oracle.graal.api.meta</code> project provides an API to the runtime data structures
34 for various Java elements. It extends standard Java reflection in terms of the amount detail exposed. 34 for various Java elements. Unlike standard Java reflection, it can model elements that are not yet loaded.
35 It can also expose profiling information collected by the runtime system.
35 36
36 </body> 37 </body>
37 </html> 38 </html>