You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'm trying to use coz to optimize an algorithm written in Rust, but I keep having issues.
There are a couple layers of indirection so coz keeps saying that the program would be faster if the function call to my algorithm was faster. Which is true but useless information. I tried including only the source file where the algorithm is defined, but apparently that causes coz to never find any lines to run experiments on.
This is confusing.
This could be an issue with rustc generating incorrect debug information but I don't know if it is, so I'm opening the issue here first.
The text was updated successfully, but these errors were encountered:
Hey, I'm trying to use coz to optimize an algorithm written in Rust, but I keep having issues.
There are a couple layers of indirection so coz keeps saying that the program would be faster if the function call to my algorithm was faster. Which is true but useless information. I tried including only the source file where the algorithm is defined, but apparently that causes coz to never find any lines to run experiments on.
This is confusing.
This could be an issue with rustc generating incorrect debug information but I don't know if it is, so I'm opening the issue here first.
The text was updated successfully, but these errors were encountered: