V8 의 메모리 관련 글
- Trash talk: the Orinoco garbage collector · V8, 2019.01.03 : V8의 GC : Orinoco garbage collector
- https://developers.google.com/web/tools/chrome-devtools/memory-problems/memory-101 : V8 의 메모리관련 정보
- High-performance garbage collection for C++ · V8
- 브라우저의 대부분과 Blink rendering 은 c++ 로 되어 있다.
- v8은 Blink 안에 들어가 있다.
- Oilpan 은 c++ memory 를 관리하기 위해 만들어진 garbage collector 이다. c++ 로 되어 있다.
- 이 c++ memory 는 cross-component tracing 을 이용해서 v8 과 연결될 수 있다.
- 이 cross-component tracing 은 얽혀있는 c++/javascript object graph 를 하나의 heap 처럼 다룬다.
댓글 없음:
댓글 쓰기