comparison agent/doc/index.html @ 3465:8cd198d7cbc1

When a method that has been compiled before is considered for inlining, use its compiled (native) code size for size checks. This avoids inlining compiled methods that already contain many other inlined methods, reducing generated code size and usually execution time as well. Also, add GraalMetrics bookkeeping for inlining.
author Peter Hofer <peter.hofer@jku.at>
date Mon, 01 Aug 2011 13:45:25 +0200
parents a61af66fc99e
children bd7a7ce2e264
comparison
equal deleted inserted replaced
3464:be4ca325525a 3465:8cd198d7cbc1