Irmen de Jong

Results 107 comments of Irmen de Jong

The upgrading from Pyro4 does mention it though: * async proxy removed (may come back but probably not directly integrated into the Proxy class) It says "may come back" but...

I think the problem was that Pyro4 enforced the use of background threads to achieve the "async" calls. And that the choice to do that and how to do that...

Seems to be correct in virtual target so is 6502 code gen problem

I won't be able to fix this for the v12.0 release - postponing. comparing long variables is fine, the problem lies with comparing more complicated operand expressions. Adding a TODO...

commit b38fff76e98c8742e7612e72049582557db23a99 adds a hack (fairly robust though) that works around this problem. Needs a proper fix one day.

I'll have to think about this some more, but notice that inlining subroutine calls on 6502 is problematic in general due to code size blowup. We only have a few...

Just a heads-up, all time is currently being spent on adding structs and typed pointer support. Thinking about the const sub feature has to wait till after.