Loongarch/riscV: ThreadLocal optimization during JIT should detect static/dynamic resolver #104518
Open
Description
opened on Jul 7, 2024
The JIT code today assume that static resolver will give us a small offset that we embed in JIT. However, with dynamic resolver, the offset returned can that be of current thread, and embedding it in JIT code might be problematic. We are addressing the problem for arm64 in #104408, but might have to do similar thing (after validation) for loongarch/riscv
Activity