Hi every body. Is "case ranges" feature still actual? -- Truly yours, Stepan Dyatkovskiy
On 07/09/11 21:24, Stepan Dyatkovskiy wrote:> Hi every body. > Is "case ranges" feature still actual?Yes. The dragonegg front-end is obliged to output a combination of condition-test+branch and switch statements in order to work around LLVM's lack of case ranges in switches. That said, it's not clear to me that case ranges really wins you much beyond simplifying front ends a little. Ciao, Duncan.