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

v8/nodejs: ARM64 support unwinder? #169

Open
tmm1 opened this issue Sep 29, 2024 · 1 comment
Open

v8/nodejs: ARM64 support unwinder? #169

tmm1 opened this issue Sep 29, 2024 · 1 comment

Comments

@tmm1
Copy link

tmm1 commented Sep 29, 2024

curious if any work is being done here and what the roadblocks are

if runtime.GOARCH == "arm64" {
if result.Has(V8Tracer) {
result.Disable(V8Tracer)
log.Warn("The V8 tracer is currently not supported on ARM64")

@fabled
Copy link
Contributor

fabled commented Sep 29, 2024

I believe this is not currently being worked on. I wrote the original nodejs unwinder. @athre0z worked on most of the arm64 unwinder ports, but is no longer working on those. I am not aware of any major technical road blockers, but it does require some low-level research regarding the stack frame layout and few other things so that this can be implemented. So I believe this is pending someone to just do (or sponsor for) the work to be done.

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

2 participants