Skip to content

Refine the format of call stack dump#2996

Merged
wenyongh merged 1 commit intobytecodealliance:dev/gc_refactorfrom
wenyongh:refine_call_stack_dump
Jan 11, 2024
Merged

Refine the format of call stack dump#2996
wenyongh merged 1 commit intobytecodealliance:dev/gc_refactorfrom
wenyongh:refine_call_stack_dump

Conversation

@wenyongh
Copy link
Collaborator

For interpreter, jit and aot, the format is like:

#00: 0x1330 - __main_argc_argv
#01: 0x4195 - __main_void
#02: 0x11dc - _start

For fast-jit and multi-tier jit, the format is like:

#00 __main_argc_argv
#01 __main_void
#02 _start

Since fast-jit hasn't supported commit ip to stack frame now.

@wenyongh wenyongh merged commit e7bbf88 into bytecodealliance:dev/gc_refactor Jan 11, 2024
@wenyongh wenyongh deleted the refine_call_stack_dump branch January 11, 2024 06:31
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.

1 participant