I was looking at the perf profile for one of the spec2017 benchmark compiled with llvm. I saw hotness in few of the libflang routines. But I am not able to figure out what is the functionality of f90_sect_i8 function. I searched for sect calls but could not find anything substantial.
Asked
Active
Viewed 54 times
0
-
2What context does it appear in? – Vladimir F Героям слава Nov 27 '20 at 11:26
-
Did you check the source code for libflang? It is available on-line. – evets Nov 27 '20 at 18:32
-
@evets: Yes I did check the source code for libflang, but couldn't figure out these calls. – Maximus Nov 30 '20 at 05:09