BOLT/runtime
Rafael Auler d36e6fc435 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.

Reviewed By: maksfb

Differential Revision: D16626030

fbshipit-source-id: 16664b1fc03
2019-08-14 14:04:09 -07:00
..
CMakeLists.txt Support instrumentation via runtime library 2019-08-14 12:10:20 -07:00
instr.cpp Encode instrumentation tables in file 2019-08-14 14:04:09 -07:00