Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8090766

Mac Glass uses gcc -O3, which is known to produce code with large static footprint. Consider using gcc -Os, which is what Apple recommends.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 7u6
    • javafx

      Mac Glass uses gcc -O3 to build its library, which is known to produce code with large static footprint. Consider using gcc -Os instead, which focuses on producing fast and small code, and which is what Apple recommends.

            Unassigned Unassigned
            gziemski Gerard Ziemski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Imported: