diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-11-14 19:55:30 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-11-14 19:55:30 +0100 |
| commit | 1ec34678308709f7f6103bd4d67347ad859479c8 (patch) | |
| tree | 816abb7b59a5e6bc5b302e846e585626cb908954 /TODO | |
| parent | 060496fc6ee331e2710ff8ade23317a0a79cbd6c (diff) | |
| download | elna-1ec34678308709f7f6103bd4d67347ad859479c8.tar.gz | |
Map local variables in IR to their original names
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -3,10 +3,6 @@ - To access named parameters inside a procedure, IR should be able to reference them. During the generation the needed information (e.g. offsets or registers) can be extracted from the symbol table and saved in the operands. -- Glue always generates the same intermediate variable (LocalVariable 0) for - local variables. (LocalVariable 0) is handled the same as temporary variables - that are currently saved only in registers. There space on the stack allocated - for local variables. # ELF generation |
