Skip to content

shrink code size by 500 bytes by removing unnecessary printf()s#2

Open
rofl0r wants to merge 1 commit into
alandekok:masterfrom
rofl0r:master
Open

shrink code size by 500 bytes by removing unnecessary printf()s#2
rofl0r wants to merge 1 commit into
alandekok:masterfrom
rofl0r:master

Conversation

@rofl0r
Copy link
Copy Markdown

@rofl0r rofl0r commented Jul 5, 2013

No description provided.

@rofl0r
Copy link
Copy Markdown
Author

rofl0r commented Jul 5, 2013

before:

$ size jlibtool
   text    data     bss     dec     hex filename
  27106     856      32   27994    6d5a jlibtool

after

$ size jlibtool
   text    data     bss     dec     hex filename
  26690     856      32   27578    6bba jlibtool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant