annotate agent/make/README.txt @ 7689:ed51e7237e94

extracted TODOs as issues fixed GRAAL-71 (non-static final fields cannot always be assumed as constant) adjusted inlining policy
author Christian Haeubl <haeubl@ssw.jku.at>
date Mon, 04 Feb 2013 10:53:24 +0100
parents a61af66fc99e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 These are the Java-level sources for the Serviceability Agent (SA).
a61af66fc99e Initial load
duke
parents:
diff changeset
2
a61af66fc99e Initial load
duke
parents:
diff changeset
3 To build, type "gnumake all".
a61af66fc99e Initial load
duke
parents:
diff changeset
4
a61af66fc99e Initial load
duke
parents:
diff changeset
5 For usage documentation, please refer to ../doc/index.html.