GitHub user mbien added a comment to the discussion: Support for AOT, AOTCache for faster netbeans startup
nb 30 itself should start in 2.5-3s on nvme. Most time is spent in project loading after that. aot on jdk 26 can reduce this to about 1.6-2s. But project loading still needs to happen. make sure the startup run you use for image generation is a realistic startup run. (first launch isnt) https://github.com/mbien/nb-launcher here is a toy which makes experimenting with it easier. `--aot` enables leyden, launcher itself can be compiled to native. GitHub link: https://github.com/apache/netbeans/discussions/8840#discussioncomment-16909526 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
