[go-nuts] TiExec: Try to Bring Direct Performance Improvement to Go Applications by Alleviating iTLB-Cache-Miss

2022-01-07 Thread hnes
TiExec tries to alleviate the iTLB-Cache-Miss of the application it loaded, so it may bring some direct performance improvement to those applications that are being punished by iTLB-Cache-Miss problem. I guess many Golang applications which have a large .text segment might already suffer from t

[go-nuts] Re: TiExec: Try to Bring Direct Performance Improvement to Go Applications by Alleviating iTLB-Cache-Miss

2022-01-09 Thread hnes
Sorry, I forgot to attach the link of its github repo: https://github.com/hnes/tiexec 在2022年1月8日星期六 UTC+8 00:53:41 写道: > TiExec tries to alleviate the iTLB-Cache-Miss of the application it > loaded, so it may bring some direct performance improvement to those > applications that