-
Notifications
You must be signed in to change notification settings - Fork 6
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
Metaissue: Gotta go fast #27
Comments
One thing is to switch to cheaper faster less allocating dictionaries for storing variables. |
double shifts by default. Add pertubation in case the trace of a 2x2 block is zero Fixes #27
Next thing to do, is rework the way breakpoint rule checking works, |
Maybe we should just stop trying to decide if should instrument. Original
Without checking if should instrument
|
I think best would be to strip out this functionality entirely. |
Ok, I think this is done once Significantly faster than Debugger.jl now.
|
@KristofferC @timholy It might help know more re: JuliaDebug/JuliaInterpreter.jl#204 |
Agreed. I haven't given it serious thought, though. |
Creating this issue to track things relating to going faster.
The text was updated successfully, but these errors were encountered: