summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorDavid Srbecky <dsrbecky@google.com>2015-11-03 13:43:09 +0000
committerDavid Srbecky <dsrbecky@google.com>2015-11-05 13:42:34 +0000
commit19fcbda1c882a475205b2b14c7a485ce7b8e901b (patch)
treef2fc0f2af366ad9ece050eba2d7e9fb98d645165 /compiler/optimizing/graph_visualizer.cc
parentb178e11d9eb44fc0ac666049f3aa14f7f14ffd64 (diff)
Move .dynsym ELF section after .text
The main purpose of the dynamic section is to describe where .text is and how large it is. It makes more sense to write this section once we actually know this information. Also write string sections (.dynstr and .strtab) before the corresponding symbol sections because the strings take more space. Neither of these changes is important now since we build the sections in memory first, but it is move towards streaming of the ELF file directly do disk. Due to alignment requirements, the move increases the oat file size by one page (4K) which is insignificant. Change-Id: I61cc9f934b031d26a3a1f6007b51315e1538e3eb
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions