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
graydon opened this issue
Jun 24, 2010
· 1 comment
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
There are a few too many places where data structures are string-ified (Asm.expr64 or Common.size, for example) that should really be Fmt'ed (streaming pretty-printed). This is both more efficient and makes them more convenient to compose via the "%a" format-string type.
The text was updated successfully, but these errors were encountered:
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
There are a few too many places where data structures are string-ified (Asm.expr64 or Common.size, for example) that should really be Fmt'ed (streaming pretty-printed). This is both more efficient and makes them more convenient to compose via the "%a" format-string type.
The text was updated successfully, but these errors were encountered: