diff options
| author | Diego Novillo <dnovillo@google.com> | 2015-10-13 22:48:46 +0000 |
|---|---|---|
| committer | Diego Novillo <dnovillo@google.com> | 2015-10-13 22:48:46 +0000 |
| commit | 760c5a8f45cc265950990a58dc27de901dc86155 (patch) | |
| tree | 31d1556b19606a3e9aa555eb96d2cc5dc5382787 /llvm/test/Transforms/SampleProfile | |
| parent | 973e0506398fa04476b0d5dfd0336beb156502c9 (diff) | |
| download | bcm5719-llvm-760c5a8f45cc265950990a58dc27de901dc86155.tar.gz bcm5719-llvm-760c5a8f45cc265950990a58dc27de901dc86155.zip | |
Sample profiles - Add a name table to the binary encoding.
Binary encoded profiles used to encode all function names inline at
every reference. This is clearly suboptimal in terms of space. This
patch fixes this by adding a name table to the header of the file.
llvm-svn: 250241
Diffstat (limited to 'llvm/test/Transforms/SampleProfile')
| -rw-r--r-- | llvm/test/Transforms/SampleProfile/Inputs/fnptr.binprof | bin | 115 -> 105 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/Transforms/SampleProfile/Inputs/fnptr.binprof b/llvm/test/Transforms/SampleProfile/Inputs/fnptr.binprof Binary files differindex 8cbe646c16e..dc7234d8300 100644 --- a/llvm/test/Transforms/SampleProfile/Inputs/fnptr.binprof +++ b/llvm/test/Transforms/SampleProfile/Inputs/fnptr.binprof |

