Re:[pushed] [PATCH v4] Libvtv: Add loongarch support.

2022-10-31 Thread Lulu Cheng
Pushed to r13-3571. 在 2022/10/29 下午2:53, Lulu Cheng 写道: v1 - > v2: 1. When the macro __loongarch_lp64 is defined, the VTV_PAGE_SIZE is set to 64K. 2. In the vtv_malloc.cc file __vtv_malloc_init function, it does not check whether VTV_PAGE_SIZE is equal to the system page size, if the macro

[PATCH v4] Libvtv: Add loongarch support.

2022-10-29 Thread Lulu Cheng
v1 - > v2: 1. When the macro __loongarch_lp64 is defined, the VTV_PAGE_SIZE is set to 64K. 2. In the vtv_malloc.cc file __vtv_malloc_init function, it does not check whether VTV_PAGE_SIZE is equal to the system page size, if the macro __loongarch_lp64 is defined. v2 -> v3: Set