Rachit Nigam

Results 518 comments of Rachit Nigam

@nathanielnrn could you provide a minimal example program where things break for you? We can then try to debug the `default-assigns` problem using it.

Can you show an example of this? Does the usual trick of adding `\ ` doesn't work? `fud` uses `argparse` so not sure if its fixable on our side

Argh, got it! This is painful indeed. Not sure when this would get prioritized but worth keeping in the log

Ah, so the issue still exists I guess. Let's keep this open and linked for `fud2` implementation

We'll make this a part of https://github.com/calyxir/benchmarks/issues/2

@sampsyo Removing the discussion needed tag because I'm not entirely sure what to discuss here but feel free to add it back if you'd like

As usual, I've come to the same conclusion as @sampsyo on this (about one year later) that this is really the right way to do things. My slightly different pitch...

Oh, this is interesting! @sampsyo any thoughts on what kind of analysis would be useful here? Domination is about specific writes but we almost want an "approximate" domination analysis that...

Turning this into "Needs Triage" because it's clear that we should use some sort of live range analysis to answer this question but we need to figure out exact details....