Timeline for What happens when I declare multiple register variables in C on older compilers?
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 11, 2024 at 3:05 | comment | added | Nalan PandiKumar | Thanks for the information ,The compiler only needs to allocate register when it needs to process that instructions,Eventhough 100 of them are declared is a valid point. In very old compilers the scope of the variable where it declared will be used as the storage area when the cpu runs out of register. Yeah I understood thanks for the information. | |
| Oct 10, 2024 at 13:26 | history | edited | Lundin | CC BY-SA 4.0 | added 207 characters in body |
| S Oct 10, 2024 at 13:21 | review | First answers | |||
| Oct 10, 2024 at 13:28 | |||||
| S Oct 10, 2024 at 13:21 | history | answered | Lundin | CC BY-SA 4.0 |