Ruoxi

Results 45 comments of Ruoxi

I'm not yet quite familiar with the MIR generator, but I have some speculations about what may have gone wrong: In `mir-gen-x86_64.c`: ``` // Around line 1465 {MIR_MOV, "m3 r",...

The same code will get stuck (as if it has a dead loop) when running in an aarch64 container.

Sorry to bump the thread, but is there a schedule when this could be resolved? The problem is preventing me from turning on the combine_insn optimization and affects performance seriously.

Nice, and also looking forward to the BB versioning functionality.

In my opinion coroutines and lambdas are higher than the MIR level. In languages like scala, C#, and perhaps many more of them, they are transformed into functions and structs...

Yes I've also found that with `-Os` the size difference is only 370K vs 369K (on windows) with MIR_NO_IO on and off.

I'm willing to contribute to documents on the scripts, but well, I have to be able to understand them fully myself 🤕

> > > https://github.com/eliphatfs/typhon - not installable, but looking good. ping @eliphatfs Thanks. Typhon is in a preliminary state and does not support many advanced python constructs yet, and is...

One year has passed by, and websocket is becoming more and more popular... Is there any progress on this issue now?