Re: RFR: 8319316: Clarify text around which layouts a linker supports [v3]

2023-11-06 Thread Jorn Vernee
On Mon, 6 Nov 2023 10:13:14 GMT, Per Minborg wrote: >> Jorn Vernee has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add 'strict' >> >> Co-authored-by: Maurizio Cimadamore >> <54672762+mcimadam...@users.noreply.github.com> > > Can we

Re: RFR: 8319316: Clarify text around which layouts a linker supports [v3]

2023-11-06 Thread Per Minborg
On Fri, 3 Nov 2023 18:16:17 GMT, Jorn Vernee wrote: >> - Add linker note about packed structs. >> - Relax language a bit to avoid implying that only listed layouts are >> supported. > > Jorn Vernee has updated the pull request incrementally with one additional > commit since the last revision:

Re: RFR: 8319316: Clarify text around which layouts a linker supports [v3]

2023-11-03 Thread Maurizio Cimadamore
On Fri, 3 Nov 2023 18:16:17 GMT, Jorn Vernee wrote: >> - Add linker note about packed structs. >> - Relax language a bit to avoid implying that only listed layouts are >> supported. > > Jorn Vernee has updated the pull request incrementally with one additional > commit since the last revision:

Re: RFR: 8319316: Clarify text around which layouts a linker supports [v3]

2023-11-03 Thread Jorn Vernee
> - Add linker note about packed structs. > - Relax language a bit to avoid implying that only listed layouts are > supported. Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision: Add 'strict' Co-authored-by: Maurizio Cimadamore <546