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. |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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%
Beta Was this translation helpful? Give feedback.
All reactions