Home | History | Annotate | Download | only in cpython2

Lines Matching full:gotos

4741 # Check for --with-computed-gotos
4742 AC_MSG_CHECKING(for --with-computed-gotos)
4743 AC_ARG_WITH(computed-gotos,
4744 AS_HELP_STRING([--with(out)-computed-gotos],
4745 [Use computed gotos in evaluation loop (enabled by default on supported compilers)]),
4750 [Define if you want to use computed gotos in ceval.c.])
4756 [Define if you want to use computed gotos in ceval.c.])
4762 AC_MSG_CHECKING(whether $CC supports computed gotos)
4779 ac_cv_computed_gotos="$with_computed_gotos -- configured --with(out)-computed-gotos"
4786 [Define if the C compiler supports computed gotos.])