TI Arm Clang Compiler Tools User's Guide
v3.2
  • Getting Started Guide
  • Migration Guide
  • Compiler Tools User Manual
    • 1. Using the C/C++ Compiler
    • 2. C/C++ Language Implementation
    • 3. Run-Time Environment
    • 4. Using Run-Time-Support Functions and Building Libraries
    • 5. Processing Assembly Source Code
    • 6. Cortex-M Security Extensions (CMSE)
    • 7. Introduction to Object Modules
    • 8. Program Loading and Running
    • 9. Archiver Description
    • 10. Linker Description
    • 11. Link Time Optimization - LTO
      • 11.1. Benefits of Using LTO - Enabling Inter-Module Optimizations
      • 11.2. LTO Development Flow
      • 11.3. Building an Application with LTO
    • 12. Code Coverage
    • 13. Name and C++ Name Demangler Utilities
    • 14. Object File Utilities
    • 15. Hex Conversion Utility Description
    • 16. Smart Function and Data Placement
  • GNU-Syntax Arm Assembly Language Reference Guide
  • Note on Linux Installations
  • Additional Material
  • Support
  • Important Notice
TI Arm Clang Compiler Tools User's Guide
  • »
  • tiarmclang Compiler User Manual »
  • 11. Link Time Optimization - LTO

11. Link Time Optimization - LTOΒΆ

In the world of embedded systems, getting the maximum performance out of an application can be challenging, particularly when the available system memory is limited. A robust and effective C/C++ optimizing compiler can be an invaluable resource in helping achieve higher-level performance for embedded applications that must run within a limited memory space, especially if that compiler is able to perform inter-module optimizations on whole-programs.

The tiarmclang compiler tools, starting with version 2.1.0.LTS, enables inter-module optimization over a whole-program at link-time. This feature is commonly referred to as Link-Time Optimization or LTO.

Contents:

  • 11.1. Benefits of Using LTO - Enabling Inter-Module Optimizations
  • 11.2. LTO Development Flow
  • 11.3. Building an Application with LTO
Previous Next

© Copyright 2023, Texas Instruments Incorporated. Last updated on Jan 16, 2024.