compile-command-annotations icon indicating copy to clipboard operation
compile-command-annotations copied to clipboard

Annotation hints for the Hotspot JVM JIT compiler.

Results 17 compile-command-annotations issues
Sort by recently updated
recently updated
newest added
trafficstars

Some annotations are mutually exclusive (eg @CompileOnly and @Inline) => Detect it at processing time

enhancement

- Add `String[] profiles` field to annotations - Generate one `hotspot_compiler` file per profile

enhancement

(Blocked by #1 / #2) #2 adds supports for wildcards in method name, but it can be useful selecting methods based on other criterias than name: - qualifers (static /...

enhancement

And automatically propagate to sub-scope, so that one can "@Inline all methods in this class".

enhancement

(Blocked by #1) Add supports for using wildcards on method name when putting annotations on class / package.

enhancement

To easily switch it on and off.

enhancement

Bumps assertj-core from 3.16.1 to 3.24.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.assertj:assertj-core&package-manager=maven&previous-version=3.16.1&new-version=3.24.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies