mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.6K
active users

Adam Byrd

TIL about LLVM XRay. It sticks no-ops at the beginning and end of each function and has a runtime tool that can patch the binary while it's running to swap the no-ops with tracing instructions.
llvm.org/docs/XRay.html

The idea of "dynamic instrumented profiling" where you can on-the-fly toggle profiling in specific functions is pretty cool.

llvm.orgXRay Instrumentation — LLVM 21.0.0git documentation