Skip to content

Conversation

@vinser52
Copy link
Contributor

@vinser52 vinser52 commented Oct 23, 2025

Change tracing functions to avoid temporary std::string_view object creation. The issue was that if a string literal is passed as a Msg parameter, the temporary std::string_view object was created. When the constructor of the std::string_view is called, internally it calculates the length of the C-string. This PR avoids that.

@vinser52 vinser52 force-pushed the fix_tracing_kernel_program_cache branch from 366c83f to 8a31ffa Compare October 29, 2025 13:13
@vinser52 vinser52 marked this pull request as ready for review October 29, 2025 13:21
@vinser52 vinser52 requested a review from a team as a code owner October 29, 2025 13:21
@github-actions
Copy link
Contributor

@intel/llvm-gatekeepers please consider merging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants