You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReperakDev opened this issue
Nov 24, 2020
· 4 comments
Labels
installerIssues that relate to our installer jobs or installer repoquestionIssues that are queries about the code base or potential problems that have been spotted
Unsure where to raise something? Here are some of the common places:
If your issue is due to the way OpenJDK is built, then this is the repository to raise it in - Describe your problem below
If your issue is related to our installers (as opposed to tgz/zip downloads) raise it in openjdk-installer
If your issue is related to and end-user visible issue with the JDK, or an underlying java bug, please raise it in openjdk-support
Otherwise, take a look at our TSC repository directory here. If you're still not sure then join our [slack channel[(http://adoptopenjdk.net/slack) and ask on #general
Problem description: It doesn't seem like there's a way to pass custom compiler flags (e.g -O3) to the build script.
I've tried using the undocumented --make-args flag however that did not work. I'd like to see an easy and well documented way to enable experimental compiler flags.
The text was updated successfully, but these errors were encountered:
sxa
added
the
question
Issues that are queries about the code base or potential problems that have been spotted
label
Nov 24, 2020
There are some generic optimisations that could be applied, especially for the Aarch64 based architectures. But we have to be careful not to optimize only for some architectures and disadvantage others.
@karianna my use-case is building for local developer machine execution, i.e. not distribution, on an AMD machine. I plan on copying compiler flags from one of the best performing distributions and running my benchmarks, which will at least include maven and gradle build performance.
The top performing distos typically offer docker images, so do not think there is much to gain from making customized images.
@ReperakDev@skjolber Let me know whether that works for you. It would be interesting to hear the results of building with any such changes if you're willing and able to share.
installerIssues that relate to our installer jobs or installer repoquestionIssues that are queries about the code base or potential problems that have been spotted
Unsure where to raise something? Here are some of the common places:
#general
Problem description: It doesn't seem like there's a way to pass custom compiler flags (e.g -O3) to the build script.
I've tried using the undocumented --make-args flag however that did not work. I'd like to see an easy and well documented way to enable experimental compiler flags.
The text was updated successfully, but these errors were encountered: