Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • check LIBMANAGEMENT special optimization settings , are they still needed ?for Linux with debug symbols →  removed this special handling  https://bugs.openjdk.org/browse/JDK-8351542
  • the lib sizes on AIX are  HUGE ;  this is because we have the debug info stored inside the lib and not separated like on other platforms;  it should be possible to separate the debug info on AIX to stabfiles but currently there are issues with tool support

  • macOS / clang : try -Oz size optimization (see https://clang.llvm.org/docs/CommandGuide/clang.html  Code Generation options )  for SIZE =>  this sometimes leads to slightly smaller libs, but no huge decreases in lib size  

...