Re: [19/32] global trees

2020-11-06 Thread Jeff Law via Gcc-patches
On 11/3/20 2:16 PM, Nathan Sidwell wrote: > We directly reference global trees, and expect them to be immutable. > This reorders the global tree arrays, moving the mutable ones after a > High Water Mark.  Those after the HWM are not directly accessed in the > module machinery (we'll reference by

[19/32] global trees

2020-11-03 Thread Nathan Sidwell
We directly reference global trees, and expect them to be immutable. This reorders the global tree arrays, moving the mutable ones after a High Water Mark. Those after the HWM are not directly accessed in the module machinery (we'll reference by name or equivalent). -- Nathan Sidwell diff -