Tim Neumann

Results 62 comments of Tim Neumann

Yeah, I'm not sure about the best design here either. Maybe one option would be to keep `UsbClass::poll` and really call it always, with two changes: 1) Document that this...

Hi! I recently tried to build avr-rust at the current Rust HEAD and attempted to build stock libcore. (I'm not really sure if that is supposed to work or not)....

Looking at `AVRISelLowering.cpp`, there appear to be a total of three places where arguments are reversed: 1) The `LowerReturn` function handled by the patch. 2) The `LowerCallResult` function which looks...

I've been looking into this issue a bit (with a slightly [different repro](https://gist.github.com/149b9e5b1967eb0a4d004c34ff73f728) since I'm using a newer LLVM version). The issue appears to be that whatever data is passed...

In case that helps anyone, here is what I believe is the relevant part of the `-debug` output: https://gist.github.com/620098d70297404f3d02a8555363b916 The "LLVM ERROR: out of memory" seems easily explainable to me:...