Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions docs/root/development/performance/binary_size.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,6 @@ necessary tools::
make -j6
cp bloaty /usr/local/bin/bloaty

.. attention::

After this `change <https://github.com/envoyproxy/envoy/pull/12569>`_ Envoy started
using split DWARF capabilities to reduce link time and binary size when compiling debug symbols.
However, Bloaty (the analysis tool described below)
does not support using ``.dwp`` files as a source for debug symbols
(tracked in this `issue <https://github.com/google/bloaty/issues/156>`_). Therefore, a patch
`like this <https://github.com/envoyproxy/envoy-mobile/issues/1274#issuecomment-788345216>`_
must be applied to the Envoy submodule before compiling the binary described
below.

The binary being compiled is ``//test/performance:test_binary_size``.
The binary is getting built with the following build command::

Expand Down