Da Li (李达)

Results 118 comments of Da Li (李达)

@gmarkall , Oh, then my fix above is just allocating a pointer and let it point to the Record value. But the recarray holding this value will be freed, since...

Pretty cool. Then `Record` type can have a `meminfo` attribute to do refcounting stuff. If I have free time, I will try to continue this patch, yeah based on the...

And for a general educational purpose, if we can give some examples to compare how to use llvmlite to implement some basic C operations, I would be grateful. E.g., in...

Thank you! I remembered you mentioned this before! And I stared this project, just forgot : (

I "checked" the last commit. LGTM. only has some minor format issues, but I feel don't need to bring it up. Also learned the difference of how to add a...

found another llvm issue related to this: https://github.com/llvm/llvm-project/issues/47011. This makes me a bit confused. If we didn't specify disable interleave, why the debug msg tells me it's disabled by pass...

Thanks for digging. After your digging, this is more interesting to me, since I did use LLVM 14.0.6 to locally build llvmlite, I strictly followed the llvm14 recipe provided by...

As a Numba user, I do like the feature `opaque pointers`, since sometimes I need to write some lowering code in Numba with llvmlite builder/IR APIs. And many times, the...