Skip to content

Commit 01f0e6d

Browse files
authored
Merge pull request #33 from luwuer/patch-1
添加对“可执行文件尺寸”含义的解释
2 parents b75403a + 9744097 commit 01f0e6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bench.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ bench-v8源代码在QuickJS测试档案(`tests/bench-v8`目录)中提供。
3030

3131
在Fedora 21上使用gcc 4.9.2编译所有程序。它们在3.2 GHz的Core i5 4570 CPU上运行。
3232

33+
**可执行文件尺寸**是指运行引擎所需的所有资源(除了系统C库)的大小。
34+
3335
* [QuickJS](https://bellard.org/quickjs): version 2019-07-09, qjs executable, x86, 64 bits, compiled with -O2.
3436
* [DukTape](https://duktape.org/): version 2.3.0, duk executable, x86, 64 bits, compiled with -O2.
3537
* [XS](https://github.com/Moddable-OpenSource/moddable): version 8.8.0, xst executable, x86, 64 bits, compiled with -O3. The engine cannot correctly run the RegExp test, so it was disabled.

0 commit comments

Comments
 (0)