diff options
author | Nicholas Bastin <nick.bastin@gmail.com> | 2004-06-25 23:31:06 (GMT) |
---|---|---|
committer | Nicholas Bastin <nick.bastin@gmail.com> | 2004-06-25 23:31:06 (GMT) |
commit | d858a7763ae31148451b79b7f258f34ddc5a11b0 (patch) | |
tree | de46f8bc86ae6e509a8bd2e87508a7f0084ed4f9 /configure.in | |
parent | ec6229e35247ef9eff6c2af254cee4a558d1d46a (diff) | |
download | cpython-d858a7763ae31148451b79b7f258f34ddc5a11b0.zip cpython-d858a7763ae31148451b79b7f258f34ddc5a11b0.tar.gz cpython-d858a7763ae31148451b79b7f258f34ddc5a11b0.tar.bz2 |
Massive performance improvement for C extension and builtin tracing code
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.in b/configure.in index c766eb1..7e13874 100644 --- a/configure.in +++ b/configure.in @@ -1946,19 +1946,6 @@ then fi AC_MSG_RESULT($with_doc_strings) -# Check for C call profiling support -AC_MSG_CHECKING(for --with-c-profiling) -AC_ARG_WITH(c-profiling, -[ --with-c-profiling Enable profiling of builtins and C extension functions], [ -if test "$withval" != no -then - AC_DEFINE(WITH_C_PROF, 1, - [Define to enable profile hooks for C extension functions and builtins]) - AC_MSG_RESULT(yes) -else AC_MSG_RESULT(no) -fi], -[AC_MSG_RESULT(no)]) - # Check for Python-specific malloc support AC_MSG_CHECKING(for --with-tsc) AC_ARG_WITH(tsc, |