Closed zhengxiaolinX closed 3 years ago
Hi team,
This patch fixes the unimplemented __ get_thread(), which can bring some performance improvement by directly using the x4 register to refer to the variable Thread::_thr_current. I was wondering if you could take a look at this patch when available.
__ get_thread()
x4
Thread::_thr_current
Thanks, Xiaolin
Hi team,
This patch fixes the unimplemented
__ get_thread()
, which can bring some performance improvement by directly using thex4
register to refer to the variableThread::_thr_current
. I was wondering if you could take a look at this patch when available.Thanks, Xiaolin