We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, does anyone know if Keil has added support for calls through a function pointer table, or if they are about to do so? Right now it is a bomb, especially when using banked memory. /Christian
Yes, that is right. Dynamic function pointers are impossible to work with (optimization wise). But for static pointers it should be. Thanks to you Hans-Bernhard for a very detailed reply. You know what you are talking about /Christian