From 5c3788a879926b6adf1ba1cf7fe3b347755e61a0 Mon Sep 17 00:00:00 2001 From: luwuer Date: Mon, 11 Jan 2021 15:27:46 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=B9=E2=80=9C?= =?UTF-8?q?=E5=8F=AF=E6=89=A7=E8=A1=8C=E6=96=87=E4=BB=B6=E5=B0=BA=E5=AF=B8?= =?UTF-8?q?=E2=80=9D=E5=90=AB=E4=B9=89=E7=9A=84=E8=A7=A3=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 参考 https://bellard.org/quickjs/bench.html --- bench.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bench.md b/bench.md index 9d4da53..8a07f7b 100644 --- a/bench.md +++ b/bench.md @@ -30,6 +30,8 @@ bench-v8源代码在QuickJS测试档案(`tests/bench-v8`目录)中提供。 在Fedora 21上使用gcc 4.9.2编译所有程序。它们在3.2 GHz的Core i5 4570 CPU上运行。 +**可执行文件尺寸**是指由运行引擎所需的所有资源(除了系统C库)的大小。 + * [QuickJS](https://bellard.org/quickjs): version 2019-07-09, qjs executable, x86, 64 bits, compiled with -O2. * [DukTape](https://duktape.org/): version 2.3.0, duk executable, x86, 64 bits, compiled with -O2. * [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. From 97440979e064ae6e38a2311116969da7b878a8fd Mon Sep 17 00:00:00 2001 From: luwuer Date: Tue, 12 Jan 2021 11:07:26 +0800 Subject: [PATCH 2/2] Update --- bench.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench.md b/bench.md index 8a07f7b..138f243 100644 --- a/bench.md +++ b/bench.md @@ -30,7 +30,7 @@ bench-v8源代码在QuickJS测试档案(`tests/bench-v8`目录)中提供。 在Fedora 21上使用gcc 4.9.2编译所有程序。它们在3.2 GHz的Core i5 4570 CPU上运行。 -**可执行文件尺寸**是指由运行引擎所需的所有资源(除了系统C库)的大小。 +**可执行文件尺寸**是指运行引擎所需的所有资源(除了系统C库)的大小。 * [QuickJS](https://bellard.org/quickjs): version 2019-07-09, qjs executable, x86, 64 bits, compiled with -O2. * [DukTape](https://duktape.org/): version 2.3.0, duk executable, x86, 64 bits, compiled with -O2.