Re: [PATCH 2/3] Node clones share order.

2024-11-17 Thread Jan Hubicka
> Symbol order corresponds to the order in source code. > For clones their order is currently arbitrarily chosen as max order++ > But it would be more consistent with original purpose to choose clones > order to be shared with the original node order. > This stabilizes clone order for Incremental L

[PATCH 2/3] Node clones share order.

2024-11-06 Thread Michal Jires
Symbol order corresponds to the order in source code. For clones their order is currently arbitrarily chosen as max order++ But it would be more consistent with original purpose to choose clones order to be shared with the original node order. This stabilizes clone order for Incremental LTO. Order