Steven Johnson
Steven Johnson
No, and it's really inexcusable on our part. We need to get someone to step up and make this happen.
whoops, sorry. 4744184440881152 is for fuzz-simplify; the others are fuzz-cse.
> So an unconditional print is just Func::trace_stores. We could add an optional boolean Expr arg to it? Yes and know; when I use these for debugging I usually also...
> This seems like something that should be scheduable, instead of automatic? Is there ever a situation where we'd choose to use more than the minimum?
What's the status on this PR?
Better yet: could we transition to using such a struct directly in place of string everywhere we need such an identifier?
> I don't like adding globals, but I think it would be cleaner overall. We tried this in the past (for this very issue) and ended up having to backing...
Currently there's no way to have a single Generator run produce multiple architectures (multitarget requires the same base runtime feature selection). How are these produced on OSX? e.g. can you...
I think allowing a prefix is probably more general than necessary and harder to implement and document... I'd vote for just a triple with all of arch-bits-os, that should allow...
Looking at Profiling.cpp, looks like the code doesn't look at MemoryType at all -- it just decides that things under a certain size are on stack, over that size are...