aboutsummaryrefslogtreecommitdiffstats
path: root/epan/asm_utils_win32_x86.asm
AgeCommit message (Collapse)AuthorFilesLines
2014-06-19Removed SVN Id from epan dir.Dario Lombardo1-2/+0
Change-Id: I487a3451344796447f0d5621b993cc89c29e93b5 Reviewed-on: https://code.wireshark.org/review/2383 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2008-01-16Add ':' to some labels to prevent assembler warning messagesBill Meier1-5/+5
svn path=/trunk/; revision=24110
2007-11-30Next few improvements to speed up startup about 10%.Tomas Kukosa1-0/+39
- use GTree instead of GList for preference module lists svn path=/trunk/; revision=23679
2007-11-28Fix filename in comment at top (it's .asm not .c)Stephen Fisher1-1/+1
svn path=/trunk/; revision=23647
2007-11-28Various changes with focus to startup speedupTomas Kukosa1-0/+147
The startup timeout on Win32 is reduced to 80% without assembler and to 50% with assembler usage (which is optional) proto.c - do not look up in filed tree and inserts in two steps but do it at once - next few small speedups - some often called elementary functions can be optionally implemented in assembler - dispart some functions to see more exact result from profiling packet-tpnc.c - do not reallocate memory for each filed svn path=/trunk/; revision=23643