Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jit logging missing from new toml definitions #406

Open
tyroguru opened this issue Nov 14, 2023 · 1 comment
Open

Jit logging missing from new toml definitions #406

tyroguru opened this issue Nov 14, 2023 · 1 comment

Comments

@tyroguru
Copy link
Contributor

We seem to be missing jit logging calls (JLOG/JLOGPTR) from a number of the new toml definitions. For example, I am just doing some experimentation with a a std::vector<std::unique_ptr<std::string>> and we only see the jit logging entry for the vector definition - nothing for the unique pointer entries in the vector.

Make sure we have as much coverage for jit logging in codegenv2 (-ftype-graph).

@JakeHillion
Copy link
Contributor

To add, this was also missing in codegenv1 - we've never had good support for jit logging in containers.

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

No branches or pull requests

2 participants