Execution time of polyspace-configure when using a compilation database file
이전 댓글 표시
I am currently in the phase of trying out Polyspace R2021b coming from R2019b. A major improvement would be to avoid the additional build for "polyspace-configure" listening on the build process output and use the "compile_commands.json" instead.
So i tried it out and also created a compiler configuration XML file (the documentation is lacking here i must say) for our custom compiler but to my suprise running "polyspace-configure" now takes ~5 min. so more time than the actual build takes. For every source file several steps are executed ("Importing definition of predefined macros", "Computing includes", ...) so i am wondering now if there is some configuration/usage problem or if this i how it is supposed to work.
댓글 수: 2
Christian Bard
2022년 3월 30일
편집: Christian Bard
2022년 3월 30일
I would recommend Peter to contact Technical Support with the two zip associated with easy-debug information:
- one easy-debug w/ "standard" listenning build process of polyspace-configure
- one easy-debug w/ compile_commands.json process of polysapce-configure
See doc of option -easy-debug here: https://www.mathworks.com/help/bugfinder/ref/polyspaceconfigure.html#bt_t90b-optionvalue
Peter Bauer
2022년 3월 30일
답변 (1개)
Anirban
2022년 4월 4일
0 개 추천
Your compiler is actually invoked even when you use the JSON compilation database. But it is invoked to compile simple source files from Polyspace (behind the scenes) and not your actual project. The build command approach which compiles your actual project should take much longer. You can see the difference between the build command and compilation database approach here.
I am responding to this question just to clarify on your statement that the compiler is not executed at all. About the process taking longer with the compilation database compared to the build command, this is something to be looked into in further detail. For instance, the compilation database format might be interesting to look at. Hopefully, Technical Support was able to help you.
카테고리
도움말 센터 및 File Exchange에서 Polyspace Code Prover에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!