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 clang compiler seems to create duplicate functions in some cases. These are labeled .cold
We must require that cold functions are never directly detourable. Instead, whenever any function is detoured it must check if there exists a cold duplicate and detour both.
Also it is important to ensure that msvc does not have a similar concept.
The text was updated successfully, but these errors were encountered:
The clang compiler seems to create duplicate functions in some cases. These are labeled .cold
We must require that cold functions are never directly detourable. Instead, whenever any function is detoured it must check if there exists a cold duplicate and detour both.
Also it is important to ensure that msvc does not have a similar concept.
The text was updated successfully, but these errors were encountered: