Block a user
nac3core: add fields initialization check for parent class
This looks good to me! The only thing that might be of a bit concern is that this deviates from python's original semantic, under which the following code would give an error.
But I think the…
Random segmentation faults on running artiq_sinara_tester
It's a bit weird but this line of setting up the population pass seems to be the cause of the problem: 8e6e4d6715/nac3core
…
Fix Call Type Error of Inheritance
Codegen Fix Call Parameter Type Error
LLVM Call Parameter Mismatch Fix
Ah actually there seems no need to precisely restore the previous llvm module, creating a new empty one just to collect errors should be enough.
LLVM Call Parameter Mismatch Fix
LLVM Call Parameter Mismatch Fix
Thanks for pointing this out! I just run some benchmark and this is indeed significantly slowing things down, as shown below. I will look into this.
python porgram from 10 to 150 functions (50 loc…
LLVM Call Parameter Mismatch Fix