User Activity

  • Posted a comment on ticket #447 on Small Device C Compiler (SDCC)

    Let's close this one. I will review the remaining rules and open a new, fresh case.

  • Posted a comment on discussion Help on Small Device C Compiler (SDCC)

    The intriguing aspect of the next two lines is that they follow C23 syntax correctly but SDCC only initialize the first element: bool keyPad[4] = {}; bool keyPad2[4][4] = {{}}; bug?

  • Posted a comment on ticket #3716 on Small Device C Compiler (SDCC)

    The trigger of this situation is the simultaneous use of "volatile" "__idata" volatile __idata uint8_t cnt; void test(void) { if(cnt) cnt--; }

  • Posted a comment on ticket #3716 on Small Device C Compiler (SDCC)

    Another concern that needs to be addressed is the absence of R0 value tracking.

  • Modified a comment on ticket #3716 on Small Device C Compiler (SDCC)

    I have analyzed the assembly code generated with the '--fverbose-asm' option, and it shows that the peephole rules were applied exactly the same in both cases. There is no differences. The only difference I observed is the use of the ACC instead of the A in the given context. A difference was introduced somewhere between the following two versions: SDCC_4.3.1_20231106-14398 SDCC_4.4.0_20231222-14549

  • Posted a comment on ticket #3716 on Small Device C Compiler (SDCC)

    I have analyzed the assembly code generated with the '--fverbose-asm' option, and it shows that the peephole rules were applied exactly the same in both cases. There is no differences. The only difference I observed is the use of the ACC instead of the A in the given context. A difference was introduced somewhere between the following two versions: SDCC_4.3.1_20231106-14398 SDCC_4.4.0_20231222-14549

  • Created ticket #3716 on Small Device C Compiler (SDCC)

    8051 ACC/A minor regression

  • Posted a comment on ticket #902 on Small Device C Compiler (SDCC)

    I would like to draw attention to a homogeneous approach that utilizes ready-to-use solid tools, potentially allowing decentralization of the work.

View All

Personal Data

Username:
kimstig
Joined:
2008-07-28 18:50:53

Projects

This is a list of open source software projects that Konstantin Kim is associated with:

Personal Tools