Replies: 3 comments 7 replies
|
As with any entry, I'm really interested to see the improvements that existing or new contributors can make. I therefore whole-heartedly invite you to put the effort into getting better at using git and then improving the Assembly entry to the absolute best of your ability. |
0 replies
|
I was wondering, since malloc in libc is essentially a C function, in an assembly environment would the use or brk() and not unallocating after each run violate the faithfullness? |
1 reply
|
Ive come to realise that the optimizing task here isnt so much about making the code smaller but rather to figure out clever ways of minimizing the number of bit clearing operations. sieveLoop only runs 500 times, clearBitLoop is only entered 167 times. |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The poor state of this entry makes me sad.. sadly, Im horrible at using git so I dont really feel confident about contributing.
(x86_64) A simple loop unroll boosted performance by +50%
All reactions