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
Currently, we use extrap annotation to detect how many variables should be allocated. This should be replaced with a scan of register_variable calls and additional dynamic allocation to avoid misses.
The text was updated successfully, but these errors were encountered:
Currently, we use
extrap
annotation to detect how many variables should be allocated. This should be replaced with a scan ofregister_variable
calls and additional dynamic allocation to avoid misses.The text was updated successfully, but these errors were encountered: