LadyLeeLoosh@programming.dev to Programming@programming.devEnglish · 2 years ago25 Reasons Why Financial Enterprise Companies Use Javadigma.aiexternal-linkmessage-square15linkfedilinkarrow-up116arrow-down18
arrow-up18arrow-down1external-link25 Reasons Why Financial Enterprise Companies Use Javadigma.aiLadyLeeLoosh@programming.dev to Programming@programming.devEnglish · 2 years agomessage-square15linkfedilink
minus-squareFeyd@programming.devlinkfedilinkarrow-up6·2 years agoYou can do PGO with GCC, though it takes extra steps of course
minus-squareUFO@programming.devlinkfedilinkarrow-up4·2 years agoThat does constrain the optimizations to a profile determined prior to the end user. Which is hopefully the same but might not be. Shared code between applications also is a challenge.
You can do PGO with GCC, though it takes extra steps of course
That does constrain the optimizations to a profile determined prior to the end user. Which is hopefully the same but might not be. Shared code between applications also is a challenge.