You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building with -O4 -flto-api=exports.txt, my swf file now is only 212K. The exports.txt is taken from example 9 pthreads. Still this exports.txt is mysterious to me. Can anybody explain where these symbols come from? (Or how to build this list of symbols?).
These are native symbols in libc.
If you ever write a helloworld.cpp, don't you wonder how such a small app prints out "hello world"?
Never forget you have OS/Libs supporting you. Now you bring part of them along in your swf file to support you again.
Hi,
I tried to run
make
in sample 10_MessageChannel, and the output file is 2.9MB. It seems to be quite big compared to a very small cpp file.I am wondering, is there any way to reduce its size?
Best,
Trung
The text was updated successfully, but these errors were encountered: