Re: [PATCH v5] RISC-V: Implement TLS Descriptors.

2024-04-08 Thread Kito Cheng
Committed to trunk, thanks Tatsuyuki! On Fri, Mar 29, 2024 at 2:32 PM Kito Cheng wrote: > > Hi Tatsuyuki: > > Thanks for your hard work and keep updating, the patch set is LGTM, I > plan to commit this next week if no further comments :) > > Hi MaskRay: > > Thanks for your review on the patchset!

Re: [PATCH v5] RISC-V: Implement TLS Descriptors.

2024-03-28 Thread Kito Cheng
Hi Tatsuyuki: Thanks for your hard work and keep updating, the patch set is LGTM, I plan to commit this next week if no further comments :) Hi MaskRay: Thanks for your review on the patchset! just put you into the cc list in case you have few more comments :) On Fri, Mar 29, 2024 at 1:53 PM Ta

[PATCH v5] RISC-V: Implement TLS Descriptors.

2024-03-28 Thread Tatsuyuki Ishi
This implements TLS Descriptors (TLSDESC) as specified in [1]. The 4-instruction sequence is implemented as a single RTX insn for simplicity, but this can be revisited later if instruction scheduling or more flexible RA is desired. The default remains to be the traditional TLS model, but can be c