ememos / GiantVM

9 stars 9 forks source link

Memory system call performance is also too slow... #4

Open solemnify opened 3 years ago

solemnify commented 3 years ago

Memory system call such as mmap, malloc, POPULATE etc... shows slow performance..

The root cause is very similar to the one with the file system call performance..

Our experimental were done with our own ad-hoc microbench, called memcpy.c More good microbench for this purpose is a necessary. Either find good memory benchmark or develop one...