You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The register allocator becomes a fairly large time sink in large functions.
This needs to be improved quite substantially.
Additionally the cmpxchg instruction is going to add a paired register class which will add register class interference testing, which could drive up CPU usage more.
The text was updated successfully, but these errors were encountered:
The register allocator becomes a fairly large time sink in large functions.
This needs to be improved quite substantially.
Additionally the cmpxchg instruction is going to add a paired register class which will add register class interference testing, which could drive up CPU usage more.
The text was updated successfully, but these errors were encountered: