• C51 Libraries and reentrancy
    Hi, In http://www.keil.com/support/docs/1873.htm Section 2; It is said that some of the library functions are inherently reentrant because they only use registers for local variables... If only SOME...
  • latest C-library reentrancy status
    In versions 4 and 5 of the C-library, approximately half the routines were reentrant. What is the current status? Will some functions ( such as the memory allocation routines ) never be reentrant? ...
  • RTX51 Tiny and Reentrancy
    What is the effect of an RTX Tiny context switch (via specifying a non-zero TIMESHARING value in Conf_tny.A51) on non-reentrant functions? I would assume that functions documented as reentrant will...
  • Dual reentrancy models?
    It's getting kind of quiet here so I'll throw one out... It appears to me that one could run both reentrancy models (small using IDATA and large using XDATA) simultaneously. To what benefit I'm not...
  • 32-bit integer routine reentrancy
    Are the 32-bit integer operation routines such as LMUL, LSHL, SHSHR etc. reentrant?