-
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.
[WIP] Implement live variable analysis
Signed-off-by: Adam Laszlo Kulcsar <kuladam@inf.u-szeged.hu>
- Loading branch information
1 parent
dea5797
commit c062e79
Showing
9 changed files
with
1,907 additions
and
356 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
live_analysis | ||
|
||
get-ből való kiindulás azért jobb mert valaminek be kell állítania az értékét | ||
|
||
egy adott getből keresem vissza hogy milyen utakon lehet visszamenni az őt beállító utasításokig | ||
multimap jó | ||
|
||
listákban tartom az összes változóra a set-jeit és a get-jeit | ||
|
||
jump + sets [T,p] | ||
T - target, ahova ugrunk | ||
p - position, ahonnan ugrottunk | ||
+ listában a set-ek amelyek abban a blokban vannak | ||
|
||
dump!!! - variableRange | ||
|
||
[] hátra | ||
() előre | ||
|
||
s g | ||
s ( g ) | ||
|
||
s [ ( g ) ] | ||
|
||
[ (s ) g ] | ||
|
||
[ s [ g ] g ] ( g ) | ||
|
||
|
||
|
||
s [ g ][ s g ] |
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.