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
Functionality is very complex and scattered all over the place
There are likely bugs and/or inefficiencies
Unclear how it works with Golang asm
Need something like -fomit-frame-pointer
Does not use read zone
Inefficient addressing of storage for clobbered xmm registers when stack is realigned (store/load instructions use rsp-based addressing instead of rbp)
Argument addressing does not switch to rbp when stack is realigned
The text was updated successfully, but these errors were encountered:
Problems with the current code:
-fomit-frame-pointer
rsp
-based addressing instead ofrbp
)rbp
when stack is realignedThe text was updated successfully, but these errors were encountered: