Skip to content

Commit 673c4a6

Browse files
authored
Merge pull request #22 from rickyes/fix-Turbofan
fix: Tuborfan to TurboFan
2 parents 339e83c + 3c4c8a0 commit 673c4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: chapter2/chapter2-0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ V8 更加直接的将抽象语法树通过 JIT 技术转换成本地代码,放
99
在 V8 生成本地代码后,也会通过 Profiler 采集一些信息,来优化本地代码。虽然,少了生成字节码这一阶段的性能优化,
1010
但极大减少了转换时间。
1111

12-
> PS: Tuborfan 将逐步取代 Crankshaft
12+
> PS: TurboFan 将逐步取代 Crankshaft
1313
1414
在使用 v8 引擎之前,先来了解一下几个基本概念:句柄(handle),作用域(scope),上下文环境(可以简单地理解为运行环境)。
1515

0 commit comments

Comments
 (0)