Map local variables in IR to their original names
This commit is contained in:
4
TODO
4
TODO
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user