Skip to content

toString for arrays uses too much stack space #712

@bocchino

Description

@bocchino

This is the same issue that we fixed in #690, but for array types. We should not allocate an Fw::String for every array element. This probably works on most systems, but it is unnecessary, and it fails on small systems.

Metadata

Metadata

Assignees

Labels

code generationIssues related to code generation

Type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions