Thomas Schatzl

Results 10 comments of Thomas Schatzl

Closing this because (wrongly) merging with master added lots of unneeded changes making it very hard to review.

From https://discourse.llvm.org/t/clang-does-not-produce-full-debug-aranges-section-with-thinlto/64898/8, one needs to use `-gdwarf-aranges` with clang. However I am not sure whether we will hit that bug with "thin LTO" mentioned there (or others) if we use...

> Thanks Thomas for that link. I was not aware of this `-gdwarf-aranges` flag. I've tried it out and it indeed seems to work. But I was not able to...

Another tier1-5 run seems okay. Thanks @walulyai @albertnetymk @kstefanj for your reviews. /integrate

> I have been working aggressively strength-reducing operations and use biased arrays (yes, you can, not sure why not?) (performance seems better if you separate the ´_bases_table` into two logical...

The https://github.com/openjdk/jdk/compare/master...tschatzl:jdk:alt-fullgc-forwarding?expand=1 branch now contains the promised cleanup.

Thanks @albertnetymk @walulyai for your reviews /integrate

mach5 higher tier SA tests are fine. What are your plans for the remaining SA renames (would highly recommend to add) and the G1HeapRegion related helper classes?

> > mach5 higher tier SA tests are fine. What are your plans for the remaining SA renames (would highly recommend to add) and the G1HeapRegion related helper classes? >...