[GHC] #12953: Use computed gotos in the interpreter when the compiler supports it
GHC
ghc-devs at haskell.org
Thu Dec 15 17:01:12 UTC 2016
#12953: Use computed gotos in the interpreter when the compiler supports it
-------------------------------------+-------------------------------------
Reporter: dobenour | Owner:
Type: feature request | Status: new
Priority: normal | Milestone:
Component: Runtime System | Version: 8.0.1
Resolution: | Keywords: interpreter
Operating System: Unknown/Multiple | Architecture:
Type of failure: Runtime | Unknown/Multiple
performance bug | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by bgamari):
The [[https://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html|gcc
documentation]] has a nice description of this feature. It seems that the
only major compiler that does not support this is Visual C++.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12953#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list