-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[wasm][debugger] Reusing buffer to avoid allocate every debugger message #59480
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
Conversation
|
Tagging subscribers to this area: @thaystg Issue DetailsThis will speed up debugger and experience and will avoid leaking memory.
|
|
@pavelsavara I'll wait for your approval to backport :) |
|
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsThis will speed up debugger and experience and will avoid leaking memory.
|
|
/backport to release/6.0-rc2 |
|
Started backporting to release/6.0-rc2: https://github.com/dotnet/runtime/actions/runs/1265809313 |
|
@pavelsavara could you please review again, now that it will be merged after your ts changes? |
This will speed up debugger and experience and will avoid leaking memory.