aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-28 10:18:16 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-28 10:18:16 +0000
commit0c40883e9c9630f601d9e7efce68c15a1aa50319 (patch)
treecff4fe924fdcfa5a5f882426b40e7fef64045810 /Makefile.nmake
parenta70f5c53ac55771a04d33709b65004e5ec077918 (diff)
Various changes with focus to startup speedup
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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23643 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 6983f5997d..1a993d341b 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -592,6 +592,7 @@ REQUIRED_TOOLS=\
/usr/bin/find \
$(PERL) \
$(PYTHON) \
+ $(NASM) \
sed \
unzip \
wget