Suresh Srinivas
Suresh Srinivas
Thanks @aaupov This is ignored by the current processors. The static prediction is NT (Not Taken) and the prefix is ignored. They are also mostly not generated (except when using...
I built a version with out the `.lpstub` I am now getting a different error ``` PERF2BOLT: Starting data aggregation job for perf.data PERF2BOLT: Spawning perf-script job to read branch...
I also noticed that `.rela.text` is not present in my binary, only `.rela.dyn` and `.rela.plt`.
I was able to debug the second problem. BOLT stops on one of the assembly routines in openssl. I was able to solve the problem temporarily by using openssl without...
I am leaving this bug open. The original problem of two text sections still seem to fail. ``` perf2bolt: /home/labuser/ssuresh/llvm/tools/llvm-bolt/src/RewriteInstance.cpp:1415: void llvm::bolt::RewriteInstance::discoverFileObjects(): Assertion `Section && "section for functions must be...
Thanks @aaupov . I will check it out. The original problem I had was with OpenSSL. Was your nodejs statically built?