Inlining methods with large switch statements (original) (raw)
Roland Westrelin roland.westrelin at oracle.com
Fri Jun 5 15:38:58 UTC 2015
- Previous message: profiling of branches - odd code generation?
- Next message: Inlining methods with large switch statements
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Is this something that can be handled better?
You could try forcing inlining with -XX:CompileCommand I suppose but then it can have cascading effects (other inlining may not happen as a consequence). Not sure if that’s what you meant by "handled better".
Roland.
- Previous message: profiling of branches - odd code generation?
- Next message: Inlining methods with large switch statements
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list