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
Use os.execv when we only running clang to compile. NFC (#20884)
This saves about 10ms of overhead on my linux machine which is about 10%
of the overall overhead or emcc.py over base clang.
It will also save on memory since python no longer needs to be resident
at the same time as clang.
diagnostics.warning('emcc', '.bc output file suffix used without -flto or -emit-llvm. Consider using .o extension since emcc will output an object file, not a bitcode file')
0 commit comments