V8 개발
V8을 배우고 사용하기 위한 리소스 모음
- V8 Tracing
- V8 Profiler - 프로파일링에 유용한 프로파일러 조합:
--prof
,--trace-ic
,--trace-opt
,--trace-deopt
,--print-bytecode
,--print-opt-code
- V8 Interpreter Design
- Optimizing compiler
- V8 GDB Debugging
Read more on our blog.
V8을 배우고 사용하기 위한 리소스 모음
--prof
, --trace-ic
, --trace-opt
, --trace-deopt
, --print-bytecode
, --print-opt-code