Displaying 1 result from an estimated 1 matches for "r266125".
2016 Apr 14
4
[ThinLTO] RFC: ThinLTO distributed backend interface
...summary-based optimizations in a distributed
backend process.
Mehdi, let me know if this addresses your concerns.
Peter, PTAL from the standpoint of any summary extensions needed for CFI
and make sure they can fit into this model.
Thanks,
Teresa
Background
----------------
Recent patch D18945/r266125 ([ThinLTO] Only compute imports for current
module in FunctionImport pass) triggered a discussion (mostly over IRC) on
how best to determine import/export decisions in distributed back end
compiles.
Import and export decisions are made by traversing the combined index. The
actual importing happens...