You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the clang option -fstack-size-section, the section .stack_sizes is added in the object file.
The contents of this section are a list of tuples, composed of an IRAM offset (pointer size, 4 bytes for us) and a size (encoded as an unsigned LEB128).
In the case of a DPU program, the offsets seem OK, but the sizes are 0 for the leaf functions.