Hacker News new | ask | show | jobs
by tobias12345 969 days ago
> There is no "rewrite it in another language" option.

How about "Wrap your C++ code in FFI wrappers and use it from a safer language"?

It is conceptually not much different to "rewrite all your C++ code to be profile compliant" -- which will involve wrapping existing "unsafe" C++ code you can not just port over to mark it up in such a way that tooling can reason about it better.