Searched refs:gotos (Results 1 – 22 of 22) sorted by relevance
61 void gotos() { in gotos() function85 gotos(); in main()
8 …{Programming Library}{libunwind-based non-local gotos}libunwind-setjmp -- libunwind-based non-loca…26 implementation of non-local gotos. This implementation is intended to
121 useful for implementing non-local gotos and the exception handling
3 # Computed gotos are not supported (Cannot select BlockAddress/BRIND)
18 as this compiler does not allow compiling Python with computed gotos.37 CC=xlc_r OPT="-O2 -qmaxmem=70000" ./configure --without-computed-gotos --enable-shared
12319 - Issue #9203: Computed gotos are now enabled by default on supported compilers12321 selectively by specifying --without-computed-gotos.15252 - Issue #4753: By enabling a configure option named '--with-computed-gotos'
5 ; Because people love their gotos.
9 # Computed gotos are not supported (Cannot select BlockAddress/BRIND)
185 public void gotos() throws IOException { in gotos() method in FinallyTest
4872 # Check for --with-computed-gotos4873 AC_MSG_CHECKING(for --with-computed-gotos)4874 AC_ARG_WITH(computed-gotos,4875 AS_HELP_STRING([--with(out)-computed-gotos],4876 … [Use computed gotos in evaluation loop (enabled by default on supported compilers)]),4881 [Define if you want to use computed gotos in ceval.c.]) 4887 [Define if you want to use computed gotos in ceval.c.]) 4893 AC_MSG_CHECKING(whether $CC supports computed gotos)4910 ac_cv_computed_gotos="$with_computed_gotos -- configured --with(out)-computed-gotos"4917 [Define if the C compiler supports computed gotos.])
121 /* Define if the C compiler supports computed gotos. */1101 /* Define if you want to use computed gotos in ceval.c. */
5332 # Check for --with-computed-gotos5333 AC_MSG_CHECKING(for --with-computed-gotos)5334 AC_ARG_WITH(computed-gotos,5335 AS_HELP_STRING([--with(out)-computed-gotos],5336 … [Use computed gotos in evaluation loop (enabled by default on supported compilers)]),5341 [Define if you want to use computed gotos in ceval.c.])5347 [Define if you want to use computed gotos in ceval.c.])5353 AC_MSG_CHECKING(whether $CC supports computed gotos)5370 ac_cv_computed_gotos="$with_computed_gotos -- configured --with(out)-computed-gotos"5377 [Define if the C compiler supports computed gotos.])
131 /* Define if the C compiler supports computed gotos. */1422 /* Define if you want to use computed gotos in ceval.c. */
121 On compilers where it is supported, use "computed gotos" for bytecode
1447 Disable computed gotos by default for clang < 5.0. It caused significant
574 ``END_FINALLY`` from re-raising the exception. (But non-local gotos should
436 * Enabling a configure option named ``--with-computed-gotos``
2537 * Computed gotos are now enabled by default on supported compilers (which are2539 specifying ``--without-computed-gotos``.
740 exception. (But non-local gotos will still be resumed.)
1490 .. are not transformed into guarded gotos, short-circuit operations are not