| ??? 10/12/02 10:11 Read: times |
#30632 - RE: re-entrant functions/mahmood |
hi mahmod;
ideally a re-entrant function should have all the variables as 'local' but that would mean a lot of stack.try to avoid access (especially modification)to any of shared or 'global' variables.needless to say don't keep any shared variable in commonly accssed registers.the parameters passed to routine should ideally contain all the info needed by your reentrant code. regards pranav |
| Topic | Author | Date |
| re-entrant functions | 01/01/70 00:00 | |
| RE: re-entrant functions | 01/01/70 00:00 | |
| RE: re-entrant functions | 01/01/70 00:00 | |
| RE: re-entrant functions | 01/01/70 00:00 | |
| RE: re-entrant functions | 01/01/70 00:00 | |
| RE: re-entrant functions/Andy | 01/01/70 00:00 | |
RE: re-entrant functions/mahmood | 01/01/70 00:00 |



