Skip to content

Improve linker memory usage #629

@quic-seaswara

Description

@quic-seaswara

We need to look at reducing the memory consumption in the linker, key areas to look are

  • Use memory reports and see what objects can be reduced in size
  • Use std::unique_ptr for short lived memory
  • Use llvm::StringRef or std::string_view

Sub-issues

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions