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

Interpreted languages send too much data #2648

Open
gnurizen opened this issue Mar 27, 2024 · 0 comments
Open

Interpreted languages send too much data #2648

gnurizen opened this issue Mar 27, 2024 · 0 comments

Comments

@gnurizen
Copy link
Contributor

Python/ruby and someday other languages pre-symbolize stacks and send strings instead of instruction offsets. This makes profiling much more expensive for these languages. We need some kind of dynamic symbol table shared between the agent and parca to fix this. The solution should probably also work for JIT'd languages which also have dynamic symbols.

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

No branches or pull requests

1 participant