PrincetonUniversity / ILAng

A Modeling and Verification Platform for SoCs using ILAs
https://bo-yuan-huang.gitbook.io/ilang/
MIT License
75 stars 18 forks source link

[ILAtor] Reduce the number of global variables #194

Closed Bo-Yuan-Huang closed 4 years ago

Bo-Yuan-Huang commented 4 years ago

Describe your feature request. Avoid declaring variables as global/member data if possible.

Describe the solution you'd like Declare computational intermediate placeholder as local variables.

Additional context Stack access is more efficient in terms of both compilation and dynamic run-time.