the generated C code for “fail < s1 + s2” looks like:

goto label_x;

label_x:

Submitted on 27 April 2007 at 10:36

On 27 April 2007 at 10:54 Jira commented:

STR-722, visser:
this is correct isn’t it? maybe you mean that it should be optimized, which is probably a good idea, but that does not affect the code generation


On 27 April 2007 at 12:09 Jira commented:

STR-722, pierron:
Right it is correct.
I guess it would be a rule which does “|[ fail < s1 + s2 ]| -> s2”


On 27 April 2007 at 18:39 Jira commented:

STR-722, martin:
If this easy fix would save a lot of code, then I’m all for it. Of course, we need to work on reducing the amount of generated C code in general, but quick fixes for some common problems are useful :)

Log in to post comments