Da Li (李达)

Results 118 comments of Da Li (李达)

For a record: I guess this PR could be surpassed by #1042?

Yeah, totally understandable.

Hi, @sklam. This is another small improvement for ref-pruning. It can enjoy your review! Thanks

Hi, any comment for this PR and the related issue? cc @esc

Yeah, I will make up one test case for it ASAP (probably tmr). In theory, it will definitely help the performance since we prune more atomic refcounts.

> @dlee992 I suppose this ought to make typed.List faster? If so, do you have any benchmarks to share? Actually, this one could be quite tricky to prove, and I...

Thanks for your efforts! (Allow me to also chime in..) I suppose after this is merged, numba will have a follow-up PR to use NewPassManager. I found the new one...

I dig into this issue, turned out that I think we just need a conversion from `[8 * i8]` to its pointer type, then everything should be fine. How to...

Yeah, I think you nailed it. @gmarkall I tried with this fix ```python def from_data(self, builder, value): # alloca a Record ptr and make it point to value # but...

So you mean after a fix, we could meet use-after-free bugs? If we don't return it back to python (I mean we only return record to another jitted function), do...