Graham Markall

Results 455 comments of Graham Markall

BTW, I'd suggest it's probably not worth a squash right now, since we'll end up adding more history through the review process, I expect. Instead let's get this fixed up...

@spidertyler2005 Thanks for checking in - all is good from your end, it's just I've got a quite deep backlog and I need to find a decent block of time...

Thanks for thinking further ahead and testing this out with a real use case! > This could also be a completely separate, future PR unrelated to this one. I don't...

I've seen this in valgrind for as long as I've been working on Numba / llvmlite, and I always assumed it was because of the cpuid instruction writing a value...

Are you having memory or performance issues when using llvmlite? I'm concerned that adding `__slots__` might break use cases where additional attributes are attached to instances, and add additional maintenance...

Thanks for the PR! I'm curious about > In my own compiler's codebase, ... Is there any public info about your compiler?

Thanks for checking in - it's taking me a little while to review as I'm unfamiliar with most of the parts that are changed in this PR - apologies for...

Is it possible to try this with Numba 0.57 (if that wasn't already the version in use)? The llvmlite / LLVM versions with Numba 0.57 are quite different to those...

@enathang Thanks for the ping, and for offering to contribute - as none of the maintainers are very familliar with type annotations, it would be great if you could guide...