Skip to content

Commit 58bcbd7

Browse files
committed
code size updates
1 parent 0631168 commit 58bcbd7

8 files changed

+29
-29
lines changed

test/codesize/test_codesize_cxx_except.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 23325,
33
"a.out.js.gz": 9128,
4-
"a.out.nodebug.wasm": 171265,
5-
"a.out.nodebug.wasm.gz": 57337,
6-
"total": 194590,
7-
"total_gz": 66465,
4+
"a.out.nodebug.wasm": 171311,
5+
"a.out.nodebug.wasm.gz": 57348,
6+
"total": 194636,
7+
"total_gz": 66476,
88
"sent": [
99
"__cxa_begin_catch",
1010
"__cxa_end_catch",

test/codesize/test_codesize_cxx_except_wasm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19486,
33
"a.out.js.gz": 8077,
4-
"a.out.nodebug.wasm": 144620,
5-
"a.out.nodebug.wasm.gz": 54891,
6-
"total": 164106,
7-
"total_gz": 62968,
4+
"a.out.nodebug.wasm": 144667,
5+
"a.out.nodebug.wasm.gz": 54907,
6+
"total": 164153,
7+
"total_gz": 62984,
88
"sent": [
99
"_abort_js",
1010
"_tzset_js",

test/codesize/test_codesize_cxx_except_wasm_legacy.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 19555,
33
"a.out.js.gz": 8099,
4-
"a.out.nodebug.wasm": 142209,
5-
"a.out.nodebug.wasm.gz": 54350,
6-
"total": 161764,
7-
"total_gz": 62449,
4+
"a.out.nodebug.wasm": 142256,
5+
"a.out.nodebug.wasm.gz": 54366,
6+
"total": 161811,
7+
"total_gz": 62465,
88
"sent": [
99
"_abort_js",
1010
"_tzset_js",

test/codesize/test_codesize_cxx_mangle.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 23375,
33
"a.out.js.gz": 9148,
4-
"a.out.nodebug.wasm": 235299,
5-
"a.out.nodebug.wasm.gz": 78928,
6-
"total": 258674,
7-
"total_gz": 88076,
4+
"a.out.nodebug.wasm": 235343,
5+
"a.out.nodebug.wasm.gz": 78952,
6+
"total": 258718,
7+
"total_gz": 88100,
88
"sent": [
99
"__cxa_begin_catch",
1010
"__cxa_end_catch",

test/codesize/test_codesize_hello_O0.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"a.out.js": 24194,
33
"a.out.js.gz": 8694,
4-
"a.out.nodebug.wasm": 15117,
5-
"a.out.nodebug.wasm.gz": 7456,
6-
"total": 39311,
7-
"total_gz": 16150,
4+
"a.out.nodebug.wasm": 15168,
5+
"a.out.nodebug.wasm.gz": 7488,
6+
"total": 39362,
7+
"total_gz": 16182,
88
"sent": [
99
"fd_write"
1010
],

test/codesize/test_codesize_hello_dylink_all.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"a.out.js": 245483,
3-
"a.out.nodebug.wasm": 574056,
4-
"total": 819539,
3+
"a.out.nodebug.wasm": 573907,
4+
"total": 819390,
55
"sent": [
66
"IMG_Init",
77
"IMG_Load",
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"hello_world.js": 56928,
33
"hello_world.js.gz": 17700,
4-
"hello_world.wasm": 15117,
5-
"hello_world.wasm.gz": 7456,
4+
"hello_world.wasm": 15168,
5+
"hello_world.wasm.gz": 7488,
66
"no_asserts.js": 26632,
77
"no_asserts.js.gz": 8884,
88
"no_asserts.wasm": 12217,
99
"no_asserts.wasm.gz": 6015,
1010
"strict.js": 54943,
1111
"strict.js.gz": 17045,
12-
"strict.wasm": 15117,
13-
"strict.wasm.gz": 7451,
14-
"total": 180954,
15-
"total_gz": 64551
12+
"strict.wasm": 15168,
13+
"strict.wasm.gz": 7482,
14+
"total": 181056,
15+
"total_gz": 64614
1616
}

test/unistd/strerror.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
int main() {
1212
printf("errno: %s\n", strerror(-1));
13-
}
13+
}

0 commit comments

Comments
 (0)