Added simple variable lifetimes
This commit is contained in:
@ -6,6 +6,7 @@ import (
|
||||
|
||||
// Variable represents a variable in a function.
|
||||
type Variable struct {
|
||||
Name string
|
||||
Register cpu.Register
|
||||
Name string
|
||||
Register cpu.Register
|
||||
UsesRemaining int
|
||||
}
|
||||
|
Reference in New Issue
Block a user