-
Notifications
You must be signed in to change notification settings - Fork 113
Hotspot Optimization
Adrian Papari edited this page May 31, 2016
·
12 revisions
This setting enables non invasive compile time operation, which optimizes away some costly hotspots in system invocation, decreasing Artemis overhead by up to 35%. This feature is considered stable.
If you want to know how it works check out Hotspot optimization technical details.
This is a build-time operation. See bytecode weaving and weave automation for how to configure it.
Annotate the offending system with @PreserveProcessVisiblity
.
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference