Home | History | Annotate | Download | only in cpython3

Lines Matching full:gotos

5117 # Check for --with-computed-gotos
5118 AC_MSG_CHECKING(for --with-computed-gotos)
5119 AC_ARG_WITH(computed-gotos,
5120 AS_HELP_STRING([--with(out)-computed-gotos],
5121 [Use computed gotos in evaluation loop (enabled by default on supported compilers)]),
5126 [Define if you want to use computed gotos in ceval.c.])
5132 [Define if you want to use computed gotos in ceval.c.])
5138 AC_MSG_CHECKING(whether $CC supports computed gotos)
5155 ac_cv_computed_gotos="$with_computed_gotos -- configured --with(out)-computed-gotos"
5162 [Define if the C compiler supports computed gotos.])