Zach Wegner
Zach Wegner
> I still think it's overkill compared to a binary-level instrumentation since those are widely available for this kind of task already, and don't require that you recompile everything with...
Hey Zufu, this is great to see! Glad people are using the library! A few comments: 1) I have a wip branch that has some nice speedups over the master...
Hey, sorry for the late response. Your branch looks good! Some comments: * Using real thread synchronization is a good idea, and would be cleaner than the current sleep approach....
I think that in general, that feature is very valuable and essential for reliable incremental builds--the fact that `make` doesn't do it is really annoying for me, whenever I have...
Yeah, that's not implemented yet. I remember Matt Craighead (the original author) being conceptually against phony targets, but I don't think they're necessarily bad. It should be fairly straightforward to...
Hey, thanks for checking it out! > Is it just a matter of copying make.py to the same folder and then run python3 make.py? Looks like you figured this out,...
OK, I figured out what's going on here. Some technical information if you're curious: The pseudocode for that intrinsic has this line: `id := idx[i+2:i]*32` This has one of the...
Still haven't gotten a proper fix coded up, but I should've mentioned earlier that you can work around this fairly easily by editing the pseudocode in data-latest.xml to have something...