Vexu / arocc

A C compiler written in Zig.
http://aro.vexu.eu/
MIT License
1.11k stars 57 forks source link

Making RegisterManager type more maintainable and focused on core ope… #766

Closed chikoYEAT closed 1 month ago

chikoYEAT commented 1 month ago

…rations.

Removed unnecessary lines of code, If multiple functions performed similar tasks or overlapped significantly in purpose, some of them were merged or replaced with a more streamlined implementation.