You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bit stretch goal as it involves standardization, GCC hacking and adding a feature to the linker. But here goes.
Currently, RV64 uses the traditional TLS access model. On x86-64 and ARM64, there is a better TLS access model called TLSDESC. In order to make it available on RV64, we need to improve GCC and/or LLVM to emit code sequences for TLSDESC instead of the traditional one and implement a relaxation to our linker.
This is a bit stretch goal as it involves standardization, GCC hacking and adding a feature to the linker. But here goes.
Currently, RV64 uses the traditional TLS access model. On x86-64 and ARM64, there is a better TLS access model called TLSDESC. In order to make it available on RV64, we need to improve GCC and/or LLVM to emit code sequences for TLSDESC instead of the traditional one and implement a relaxation to our linker.
riscv-non-isa/riscv-elf-psabi-doc#94
The text was updated successfully, but these errors were encountered: