FreeNsisTweaker
30th December 2001 09:02 UTC
Nsis Overheads by version
I've listed almost all the overheads that different versions of Nsis are generating, see the list below:
- Version Overhead
- 1,1w --> 31744
- 1,1x --> 32768
- 1,1y --> 32768
- 1,1z --> 32768
- 1,2 --> 32768
- 1,2c --> 32768
- 1,2d --> 32768
- 1,2e --> 32768
- 1,2f --> 33792
- 1,3 --> 34816
- 1,31 --> 34816
- 1,32 --> 34816
- 1,7 --> 34816
- 1,8 --> 34816
- 1,81 --> 34816
- 1,2g --> 34816
- 1,9 --> 35328
- 1,91 --> 35328
- 1,56 --> 35840
- 1,57 --> 35840
- 1,59 --> 35840
- 1,4 --> 36352
- 1,41 --> 36352
- 1,42 --> 36352
- 1,43 --> 36352
- 1,44 --> 36352
- 1,45 --> 36352
- 1,5 --> 36352
- 1,58 --> 36352
- 1,6 --> 36352
- 1,61 --> 36352
- 1,62 --> 36352
- 1,63 --> 36352
- 1,64 --> 36352
- 1,666 --> 36352
- 1,51 --> 36864
- 1,52 --> 36864
- 1,53 --> 36864
- 1,54 --> 36864
- 1,55 --> 36864
- 1,67 --> 40960
- 1,1v --> 40960
- 1,1s --> 41472
- 1,1t --> 41472
- 1,1u --> 41984
- 1,1l --> 42496
- 1,1m --> 42496
- 1,1n --> 42496
- 1,1j --> 44032
- 1,1k --> 44032
- 1,1d --> 44544
- 1,1e --> 44544
- 1,1f --> 44544
- 1,1g --> 44544
- 1,1h --> 44544
- 1,1i --> 45056
Koen van de Sande
1st January 2002 18:38 UTC
Very nice to see :)
But the sorting is a bit... strange :igor: ;) :)
Schultz
2nd January 2002 02:52 UTC
Originally posted by Koen van de Sande
Very nice to see :)
But the sorting is a bit... strange :igor: ;) :)
hehehe it isn't strange it is just sorted by size of the header so you can see which is largest and which is smallest.. or where you joking about that?
Joost Verburg
2nd January 2002 17:30 UTC
Sorting by version would be a bit more useful.
rainwater
2nd January 2002 18:26 UTC
What about this?
- 1.1d --> 44544
- 1.1e --> 44544
- 1.1f --> 44544
- 1.1g --> 44544
- 1.1h --> 44544
- 1.1i --> 45056
- 1.1j --> 44032
- 1.1k --> 44032
- 1.1l --> 42496
- 1.1m --> 42496
- 1.1n --> 42496
- 1.1s --> 41472
- 1.1t --> 41472
- 1.1u --> 41984
- 1.1v --> 40960
- 1.1w --> 31744
- 1.1x --> 32768
- 1.1y --> 32768
- 1.1z --> 32768
- 1.2 --> 32768
- 1.2c --> 32768
- 1.2d --> 32768
- 1.2e --> 32768
- 1.2f --> 33792
- 1.2g --> 34816
- 1.3 --> 34816
- 1.31 --> 34816
- 1.32 --> 34816
- 1.4 --> 36352
- 1.41 --> 36352
- 1.42 --> 36352
- 1.43 --> 36352
- 1.44 --> 36352
- 1.45 --> 36352
- 1.5 --> 36352
- 1.51 --> 36864
- 1.52 --> 36864
- 1.53 --> 36864
- 1.54 --> 36864
- 1.55 --> 36864
- 1.56 --> 35840
- 1.57 --> 35840
- 1.58 --> 36352
- 1.59 --> 35840
- 1.6 --> 36352
- 1.61 --> 36352
- 1.62 --> 36352
- 1.63 --> 36352
- 1.64 --> 36352
- 1.666 --> 36352
- 1.67 --> 40960
- 1.7 --> 34816
- 1.8 --> 34816
- 1.81 --> 34816
- 1.9 --> 35328
- 1.91 --> 35328
FreeNsisTweaker
2nd January 2002 19:31 UTC
Thank you for sorting it by version. I've sorted it on overhead because you can see easy which version is the smallest. But this is a good option too.