Hello, On 07.02.2011 09:09, Øyvind Harboe wrote:
What impact would it have to make this an inline fn?
I think there is no need to declare this "big" function as inline. This will only increase the code size.
I see some functions in the jtag/interface.c file with a very small body that could be declared as inline because they are called very very often:
tap_set_state_impl tap_get_state tap_set_end_state tap_get_end_state Regards, Mathias _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
