Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Displays the size of the stack space requested by the function stack #5658

Open
romanholidaypancakes opened this issue Jun 24, 2024 · 0 comments
Labels
Component: UI Issue needs changes to the user interface Effort: Low Issue should take < 1 week Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality

Comments

@romanholidaypancakes
Copy link

What is the feature you'd like to have?
I encountered a problem that caused random crashes, and I finally confirmed through IDA that the stack size requested by a certain function was too large, causing stack overflow in some cases. I hope there will be a stack size field in the function list so that I can easily find the largest functions in the sort order to optimize them; if possible, the size of each object in the pseudo-C code window should also be displayed (displayed when the mouse hovers and displayed by default as a comment after the variable declaration).

Is your feature request related to a problem?
N/A
Are any alternative solutions acceptable?
N/A
Additional Information:
N/A

@emesare emesare added the Component: UI Issue needs changes to the user interface label Jul 1, 2024
@xusheng6 xusheng6 added Type: Enhancement Issue is a small enhancement to existing functionality Impact: Low Issue is a papercut or has a good, supported workaround Effort: Low Issue should take < 1 week labels Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: UI Issue needs changes to the user interface Effort: Low Issue should take < 1 week Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality
Projects
None yet
Development

No branches or pull requests

3 participants