llvm/bolt/runtime
Rafael Auler 821480d27f [BOLT] Encode instrumentation tables in file
Summary:
Avoid directly allocating string and description tables in
binary's static data region, since they are not needed during runtime
except when writing the profile at exit. Change the runtime library to
open the tables on disk and read only when necessary.

(cherry picked from FBD16626030)
2019-08-02 11:20:13 -07:00
..
CMakeLists.txt [BOLT] Support instrumentation via runtime library 2019-07-24 14:03:43 -07:00
instr.cpp [BOLT] Encode instrumentation tables in file 2019-08-02 11:20:13 -07:00