RFR: Do not apply evacuation budgets in non-generational mode
Y. Srinivas Ramakrishna
ysr at openjdk.org
Fri Nov 18 00:12:58 UTC 2022
On Thu, 17 Nov 2022 23:15:28 GMT, William Kemper <wkemper at openjdk.org> wrote:
> I'm not sure why the diff algorithm is struggling so much with these changes.
Are the diff struggles in git (I assume), or in github (I assume not). I have seen git have issues with indentation that caused issues with merges in like manner recently. :-(
I wonder if there's a git option for indentation that would rended this diff better?
> ```
> --indent-heuristic
> Enable the heuristic that shifts diff hunk boundaries to make patches easier to read. This is the default.
>
> --no-indent-heuristic
> Disable the indent heuristic.
> ```
-------------
PR: https://git.openjdk.org/shenandoah/pull/171
More information about the shenandoah-dev
mailing list