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 the compiler is doing a lot of string manipulation to generate the assembly code. It is more efficient to generate a sequence of asm tokens (structs) that only in the end are translated to text.
Currently the compiler is doing a lot of string manipulation to generate the assembly code. It is more efficient to generate a sequence of asm tokens (structs) that only in the end are translated to text.