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
I changed my makefile to run contech wrapper (contech_wrapper_par.py). However, the long timing cost problem has not been solved yet. I am using the ccv library, a c-based computer vision library (https://github.com/liuliu/ccv). I suppose the library codes in "lib" directory should also be instrumented in order to better emit a trace for applications in "bin". And the contech wrapper code indeed does llvm-link to the object files in "lib" and specific object file in "bin". Then the Contech runtime instrument takes long time to complete. I am not sure whether the reason is the library scripts is too long for runtime instrument to complete. The total basic block number is ~172,000. Based on my experience, the llvm runtime instrument takes longer when more IR codes are linked together.
• pcall([OPT, "-load=" + LLVMCONTECH, "-Contech", out + ".link.bc", "-o", out + "_ct.link.bc", "-ContechState", stateFile])
The text was updated successfully, but these errors were encountered:
Email reported issue
• pcall([OPT, "-load=" + LLVMCONTECH, "-Contech", out + ".link.bc", "-o", out + "_ct.link.bc", "-ContechState", stateFile])
The text was updated successfully, but these errors were encountered: