emeryberger merged plasma-umass/coz#288 · July 10, 2026 13:19 Fix SIGBUS from under-aligned profiler singleton on aarch64 #288 profiler::get_instance() placement-news the profiler into a plain char buffer:static char buf[sizeof(profiler)];static profiler* p = new(buf) pro… +5 -1