aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-11-28 10:18:16 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-11-28 10:18:16 +0000
commitff7c20938ea3da3ae7d494b35809a2387f497dec (patch)
treecff4fe924fdcfa5a5f882426b40e7fef64045810 /config.nmake
parent60686647d2aefff5065a8869899d15d212115d03 (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 svn path=/trunk/; revision=23643
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.nmake b/config.nmake
index 709500696d..fe02e279b4 100644
--- a/config.nmake
+++ b/config.nmake
@@ -80,6 +80,15 @@ MSVC_VARIANT=MSVC6
# Visual C++ 8.0, _MSC_VER 1400, msvcr80.dll
#MSVC_VARIANT=DOTNET20
+#
+# Optional: To compile some time critical code from assembler instead of C
+#
+# If you have the NASM compiler, set this to the NASM executable.
+#
+# If you don't have NASM, comment this line out, so that NASM
+# isn't defined.
+#
+#NASM=c:\progs\nasm\nasm.exe
##### Libraries #####