On Fri, 9 May 2025 21:22:15 GMT, Coleen Phillimore wrote:
> ```
> 84 assert(compare_symbols(fields->adr_at(i - 1)->name(constants),
> fields->adr_at(i)->name(constants)) < 0, "Fields should be sorted");
> ```
>
> Happens with names matching (not signatures). How does the same name for
On Fri, 2 May 2025 10:23:25 GMT, Albert Mingkun Yang wrote:
> This patch refines Parallel's sizing strategy to improve overall memory
> management and performance.
>
> The young generation layout has been reconfigured from the previous
> `eden-from/to` arrangement to a new `from/to-eden` order