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

Measure compiler time and memory usage when compiling code that uses eventuals #482

Open
CodingCanuck opened this issue Jul 20, 2022 · 0 comments

Comments

@CodingCanuck
Copy link
Contributor

#454 shows that clang might be running out of memory when compiling code with many long eventuals pipelines. #275 also shows that we see slow compilation times for code that heavily uses eventuals code (maybe worse in gcc than in clang).

Let's try to actually measure the compilation cost (in time and memory) of eventuals code.

Tools that might help:

(I think @FolMing was interested in this topic)

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

1 participant