>profiling startup sequence (in Windows environment) the result is that >writing few small functions in assembler could speeded it up visibly. >My idea is to have some code pieces written in C but optionally written in >assembler for some OSs a CPU/platforms where it make sense. >E.g. I was able (with about 80 lines in assembler) to reduce time spent in >libwireshark.dll during startup from cca 2600ms to 1300ms on my PC.
>What dou you think about this way? I have good experince with it from some >past projects. Hi, Can you give some more details then it might be easier to understand the implications when it comes to maintaining the code. Does it involve C improvements as well as assembler? If so at least the C stuff should be done/could be done first. Regards Anders _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
