BigEd / atalan

Automatically exported from code.google.com/p/atalan
MIT License
1 stars 0 forks source link

Optimize "if a = a" #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if a = a goto x

goto x

if a <> a goto x
if a > a
if a < a
if a >= a
if a <= a

void

Original issue reported on code.google.com by rudla.ku...@gmail.com on 21 Jul 2011 at 9:55

GoogleCodeExporter commented 9 years ago

Original comment by rudla.ku...@gmail.com on 27 Jul 2011 at 9:42

GoogleCodeExporter commented 9 years ago
Done by general optimization of conditions in type inferencer.

Original comment by rudla.ku...@gmail.com on 8 Sep 2011 at 12:41