cosmopolitan/test/libcxx
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 Add C++ demangling to privileged runtime 2024-06-01 20:10:58 -07:00
cexception_test.cc Add C++ demangling to privileged runtime 2024-06-01 20:10:58 -07:00
trivial_test.cc vim spells the c++ filetype 'cpp' 2024-04-24 13:56:37 -07:00