diff src/cpu/x86/vm/interpreterGenerator_x86.hpp @ 9025:ff5a32117e02

Implement fast invocation of installed code (direct tail call to the target machine code address).
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 12 Apr 2013 01:53:52 +0200
parents 6b6cbd8b8914
children c6a1ffc707ff
line wrap: on
line diff
--- a/src/cpu/x86/vm/interpreterGenerator_x86.hpp	Thu Apr 11 17:48:30 2013 +0200
+++ b/src/cpu/x86/vm/interpreterGenerator_x86.hpp	Fri Apr 12 01:53:52 2013 +0200
@@ -36,6 +36,7 @@
 
   address generate_normal_entry(bool synchronized);
   address generate_native_entry(bool synchronized);
+  address generate_execute_compiled_method_entry();
   address generate_abstract_entry(void);
   address generate_math_entry(AbstractInterpreter::MethodKind kind);
   address generate_empty_entry(void);