You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/native-stack-walking/design.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,6 @@ typedef struct {
52
52
- Right now, unwind tables up to 750k items are supported. Applications such as Firefox, Nginx, MySQL, Redpanda, Postgres, Systemd, CPython fit within this limit
53
53
-**Runtimes**:
54
54
- We've done most of the testing on GCC and Clang compiled binaries so far.
55
-
-There's no JIT support yet, but we expect to have mixed .eh_frame + JIT support for JITs that emit code with frame pointers.
55
+
-We have mixed .eh_frame + JIT support for JITs that emit code with frame pointers.
56
56
57
57
_Note_: under active development. We are planning to tackle several of these, such as DWARF expression support. We are also working in providing good error messages as well as metrics on the native stack walker. Let us know if you have any feature request!
0 commit comments