tikv / jemallocator

Rust allocator using jemalloc as a backend
Other
332 stars 52 forks source link

Add loongarch64 support #42

Closed zhaixiaojuan closed 1 year ago

zhaixiaojuan commented 1 year ago

The LoongArch architecture (LoongArch) is an Instruction Set Architecture (ISA) that has a RISC style.

Documentations: ISA: https://loongson.github.io/LoongArch-Documentation/LoongArch-Vol1-EN.html ABI: https://loongson.github.io/LoongArch-Documentation/LoongArch-ELF-ABI-EN.html More docs can be found at: https://loongson.github.io/LoongArch-Documentation/README-EN.html

BusyJay commented 1 year ago

Is it supported by the jemalloc itself?

zhaixiaojuan commented 1 year ago

Is it supported by the jemalloc itself?

yes, jemalloc has add loongarch64 support