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

Profiler/GPUViz: Stop allocating memory #4308

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

Sonicadvance1
Copy link
Member

These parsing strings are tiny, less than 64 bytes all the time. Just stack allocate the buffer. Makes it safer to use during extenuating circumstances as well, like SIGBUS and SIGSEGV.

These parsing strings are tiny, less than 64 bytes all the time. Just
stack allocate the buffer. Makes it safer to use during extenuating
circumstances as well, like SIGBUS and SIGSEGV.
@lioncash lioncash merged commit fb2a59a into FEX-Emu:main Jan 28, 2025
12 checks passed
@Sonicadvance1 Sonicadvance1 deleted the gpuvis_stack_mem branch January 28, 2025 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants