Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jemalloc (jemalloc-3.4.0)はどのようにARMに移植されますか?
私が変更した場合
#define CPU_SPINWAIT asm volatile("pause")
に
#define CPU_SPINWAIT asm volatile("NOP")
できます。しかし、私はより多くの時間を使ってjemallocを見つけました...なぜですか?