Replies: 4 comments
-
That's a good question, maybe @s123unny can answer it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This line of code: virgil/aeneas/src/mach/GlobalRegAlloc.v3 Line 21 in 3766c5b Why |
Beta Was this translation helpful? Give feedback.
0 replies
-
virgil/aeneas/src/mach/GlobalRegAlloc.v3 Lines 936 to 941 in 3766c5b |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
regSets
sorted when creating it, so we don't need to sort it here?for (i < regSet.regSets[set].length - 2) {
. Whylength - 2
, should it belength - 1
?virgil/aeneas/src/mach/GlobalRegAlloc.v3
Lines 285 to 291 in 3766c5b
Beta Was this translation helpful? Give feedback.
All reactions