Activity for Tomasz

  • Tomasz Tomasz created ticket #3787

    MOS6502 interrupts

  • Tomasz Tomasz posted a comment on ticket #944

    It would be great! That's exactly what I meant. Thank you.

  • Tomasz Tomasz posted a comment on ticket #944

    It's true, kickc doesn't support runtime division. But I'm talking about static code generation at compile time. I'm not saying it's a bug (maybe I created this topic in a wrong section) but like you said, sub-optimal code generation. I think there is room for improvement for your consideration. Besides that, I really appreciate your work on this project and for giving others the opportunity to use such a tool. kickc results: c source #define F_CPU 25000000UL void CounterInit(uint32_t ms) { uint32_t...

  • Tomasz Tomasz posted a comment on ticket #3784

    I do expect some sort of optimization, i.e. when division (or any other arithmetic operation) is performed on two constant values, the final code would perform the load and store instructions only (to return the constant value, calculated on compiler's side), without jump to divide subroutine. I saw that in another implementations (like "kickc" ).

  • Tomasz Tomasz created ticket #3784

    Preventing code from being generated by using const qualifier

1
MongoDB Logo MongoDB