Read out RTE variable every time I need it or store it in global variable?

225 Views Asked by At

I have a software component with a lot of parameters that I read out of the RTE. Right now I read them from the RTE every time I need them, but I was wondering if it would be better to read them once and store in a global variable. As this is embedded software, space for code and variables is limited. Also execution time is important. I am not really deep in this topic, so any explanation is welcome :)

0

There are 0 best solutions below