Skip to content

llvm/include/llvm/ADT/DenseMap.h:1105:8: warning: stack usage is 279392 bytes [-Wstack-usage=] #101552

Open
@dcb314

Description

I just tried a clang build with -Wstack-usage switched on.

The winner for the most stack usage is the following code:

void grow(unsigned AtLeast) {

Would there be any value in reducing the stack usage of this function
downto about 64K, the next highest stack usage function ?

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions