Update link to V8 source code

This commit is contained in:
Ng Zhi An 2020-05-10 20:37:19 -07:00 committed by GitHub
parent 2e36f0c40b
commit 3a686b357c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,7 @@ Offline disassemblers like NASM and YASM won't help you.
every variant of every processor in existence.
- [The V8 source
code](https://github.com/v8/v8/blob/master/src/x64/assembler-x64.h): how JIT
code](https://github.com/v8/v8/blob/master/src/codegen/x64/assembler-x64.h): how JIT
assemblers are actually written
- [The JVM source