cosmopolitan/test/libc/intrin
Justine Tunney 165c6b37e2
Add C++ demangling to privileged runtime
Cosmo will now print C++ symbols correctly in --ftrace logs and
backtraces. Doing this required reducing the memory requirement
of the __demangle() function by 3x. This was accomplished using
16-bit indices and 16-bit malloc granularity. That puts a limit
on the longest symbol we can successfully decode, which I think
would be around 6553 characters long, given a 65536-byte buffer
2024-06-01 20:10:58 -07:00
..
BUILD.mk Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
cosmo_once_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
countbits_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
describeflags_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
describegidlist_test.c Run clang-format (#1197) 2024-06-01 16:30:43 -04:00
describesigset_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
dos2errno_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
fmax_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
formatint32_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
getenv_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
kprintf_test.c Add C++ demangling to privileged runtime 2024-06-01 20:10:58 -07:00
lock_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
lockipc_test.c Run clang-format (#1197) 2024-06-01 16:30:43 -04:00
lockscale_test.c Implement proper time zone support 2024-05-04 23:06:37 -07:00
memchr_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
memcmp_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
memmove_test.c Update Emacs config 2024-03-22 19:27:11 -07:00
memrchr_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
memset_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
popcnt_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
pthread_mutex_lock2_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
pthread_mutex_lock_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
pthread_spin_lock_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
putenv_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
rand64_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
sched_yield_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
strchr_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
strcmp_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
strlen_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
strrchr_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
strsignal_r_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00