-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement the basics of variable life analysis. Define the range from start to end offset where a variable is used and allocates space for used variables. Also defines which variables need to be cleared before use. Also moves consant values to a lower offset on the stack if possibles. Signed-off-by: Adam Laszlo Kulcsar <kuladam@inf.u-szeged.hu>
- Loading branch information
1 parent
b947a7d
commit f99de50
Showing
8 changed files
with
2,465 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.