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: readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ See either https://ewindy.gitee.io/fast_io_rst/index.html or https://gitee.com/q
67
67
- Consistent error handling; when available, exceptions as the **only** error reporting mechanism (no `std::error_code`, `std::system_error` or useless bounds checking)
68
68
- Freestanding mode.
69
69
- Address Sanitizer special code for protecting memory safety issues.
70
+
- Dynamic Instrumentation Support
70
71
71
72
- Supports POSIX iconv. You can use fast_io for your coding conversion.
72
73
- Binary serialization for trivially copyable types and standard containers
Copy file name to clipboardExpand all lines: support.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@
56
56
- Windows Kernel Driver
57
57
- Linux Kernel Module
58
58
- wasm2lua (Compile fast_io to Lua!)
59
+
- Intel PinTool (Dynamic Instrumentation)
59
60
- Any other platform (if you want me to support it, tell me, including your own OS)
60
61
61
62
## Kernel Driver Support
@@ -141,3 +142,4 @@ On Windows 95 or 95 Plus! you can enable `-O3` but not `-Ofast`. You'll also nee
141
142
## Special Support
142
143
- LLVM Address Sanitizer
143
144
- Full freestanding support (which means we do not have any headers besides freestanding headers. Tested with GCC's --disable-hosted-libstdcxx without any libc, including newlib)
0 commit comments