Hi, is there a possibility to use cpu registers in the code (temporarily) instead of allocating automatic variables something like: func a() { FAST int, i, tmp; tmp = ... ... } as in vxWorks ? Thanks, Amit.
Hi, is there a possibility to use cpu registers in the code (temporarily) instead of allocating automatic variables something like: func a() { FAST int, i, tmp; tmp = ... ... } as in vxWorks ? Thanks, Amit.