Skip to content

Consider splitting stubs.o into a stubs_<function>.o to reduce footprint size of final linked binary #229

@3246251196

Description

@3246251196

Is there a reason this is not done?

  • build a simple hello world program with -Wl,--verbose. See that stubs.o is linked from the libc.a - see the size of stubs.o.
  • do the same with newlib and notice that only the necessary stubs_.o is used.
  • compare the size of the binaries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions