-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
reduce
performance is poor
#2707
Comments
Adding a bit of code (018716b in a branch, Still, here's a taste. I'll add a new debug mode that prints not details, and another that prints per-opcode stats (perhaps just count of execs of each opcode and total cycles consumed by each opcode) so as to remove the pollution by
which, sorted by count and piped to
|
|
See #2679.
Tiny example to see what reduction compiles into:
That's a lot of bytecodes, and that might have something to do with it, but we need to profile this with a larger example and see where the slowness is.
The text was updated successfully, but these errors were encountered: