[aarch64-port-dev ] RFR: Shenandoah import
Andrew Dinn
adinn at redhat.com
Wed Oct 4 10:42:52 UTC 2017
On 04/10/17 11:32, Roman Kennke wrote:
> I would go even further and use nested if statements like:
> if (UseShenandoahGC) {
> if (blabla) {
> }
> }
>
> or
>
> if (!UseShenandoahGC) {
> if (blabla) {
> }
> }
>
> and even retain intendation of upstream-code... this way it is 1.
> super-clear what is Shenandoah only or non-Shenandoah code, and 2.
> trivial to see in a diff too. We must be very careful to not change
> evaluation ordering on non-Shenandoah paths.
I was thinking much the same myself.
regards,
Andrew Dinn
-----------
Senior Principal Software Engineer
Red Hat UK Ltd
Registered in England and Wales under Company Registration No. 03798903
Directors: Michael Cunningham, Michael ("Mike") O'Neill, Eric Shander
More information about the aarch64-port-dev
mailing list