Skip to content

Commit 5711c6d

Browse files
authored
Update design.md
1 parent eff513e commit 5711c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/native-stack-walking/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ typedef struct {
5252
- Right now, unwind tables up to 750k items are supported. Applications such as Firefox, Nginx, MySQL, Redpanda, Postgres, Systemd, CPython fit within this limit
5353
- **Runtimes**:
5454
- 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.
5656

5757
_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

Comments
 (0)