You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(fspy-shared): route the shm id around OsStr
channel() serializes the shm id straight from the keeper's C string via
IpcStr::from_os_c_str, and sender() decodes it with to_os_c_string_in
backed by the fspy_nostd_alloc arena — removing the UTF-16 to WTF-8 to
UTF-16 round trip and the global-allocator use on the preload attach
path.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments