Feature Request P4
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Hi Boris,
I'm Kevin from the Google Analytics API Team.
Currently, the measurement protocol doesn't support passing IP parameter. Also, our
Regards,
Kevin Soriano, Google Analytics API Team
Description
MemorySanitizer instrumentation for Reactor's JIT-compiled routines was implemented as part of b/155148722 , but origin tracking was not implemented. For builds compiled with
-fsanitize-memory-track-origins
this can cause confusing error reports, both because there is no propagation of the origins for variables/memory on the C++ side which causes errors in the JIT code, and for variables part of the JIT code itself.It should be straightforward to enable origin tracking for the former cases. For the latter, SPIR-V debug information or just numerical IDs could be used for the SPIR-V variables.