Open runer112 opened 5 years ago
This Limits ICE very much. Even though it cause Allocating error. I forked this and removed the ICE variabel limitation. 😄
I forked this and removed the ICE variabel limitation. 😄
Don't do that. The limitation is in there for a reason. Accesses to any variables after the 85th will be miscompiled.
EDIT: Probably, anyway.
Don't do that. The limitation is in there for a reason. Accesses to any variables after the 85th will be miscompiled.
I have not had a problem thus far. I am using ConvHex to limit over sizing.
After 85 variables, variables no longer get correctly allocated due to running out of index register offset range. At this point, you should fall back to referencing extra variables directly.