Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
kmem 관련 최적화를 진행했습니다.
alloc
,free
시 junk값을 채우는 작업을 lock을 잡지 않고 하도록 변경했습니다. (원본alloc
이후 바로 다시 특정 값으로 초기화하는 경우 (e.g.,UserMemory::new
),alloc
호출 시에 초기화 값을 전달하도록 하여 초기화가 두번 일어나지 않도록 했습니다.KVM
Makefile
에 추가하고, 문서에 내용을 추가했습니다.현재 버전의 테스트 결과입니다.
https://docs.google.com/spreadsheets/d/1xhIdCqETy_N6K0kS0oO9Se1A7jBzbBozNqQAeJouVec/edit?usp=sharing