Przemyslaw Czerpak
7a7a4856c9
2008-12-30 12:02 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbcomp.h
* harbour/include/hbcompdf.h
* harbour/include/hbexprb.c
* harbour/source/common/expropt2.c
* harbour/source/compiler/hbmain.c
* harbour/source/compiler/hbcomp.c
* harbour/source/compiler/harbour.y
* harbour/source/compiler/harbour.yyc
! fixed <cConst1> == <cConst2> => <lConst> optimizations if
<cConst1> or <cConst2> contains valid ¯o. Such expressions
cannot be optimized if -kM compiler switch is not used, f.e.:
M->V := "ABC"
? "[&V]" == "[ABC]"
! fixed <cConst1> $ <cConst2> => <lConst> optimizations if
<cConst1> or <cConst2> contains valid ¯o. Such expressions
cannot be optimized if -kM compiler switch is not used, f.e.:
M->V := "ABC"
? "[&V]" $ " [ABC] "
% do not disable <cConst1> + <cConst2> => <cConst> and
<cConst1> - <cConst2> => <cConst> optimization when <cConst1> or
<cConst2> contains valid ¯o but -kM compiler switch is used.
* harbour/include/hbexprb.c
* cover ! ! <exp> => <exp> optimization by -ko compile time switch
* harbour/doc/cmpopt.txt
* updated compiler optimization description
2008-12-30 10:59:43 +00:00
..
2008-12-29 18:17:45 +00:00
2008-12-02 10:26:51 +00:00
2008-09-13 16:53:45 +00:00
2006-09-29 08:59:17 +00:00
2006-09-29 08:59:17 +00:00
2008-08-24 11:21:08 +00:00
2008-11-24 11:33:13 +00:00
2008-11-10 13:40:43 +00:00
2008-11-09 13:25:55 +00:00
2008-11-24 11:33:13 +00:00
2008-10-27 20:55:24 +00:00
2007-10-15 16:36:38 +00:00
2008-12-30 10:59:43 +00:00
2008-12-30 10:59:43 +00:00
2008-09-13 16:53:45 +00:00
2008-01-09 14:04:12 +00:00
2008-12-30 10:59:43 +00:00
2008-09-18 05:23:49 +00:00
2008-09-13 16:53:45 +00:00
2008-09-13 16:53:45 +00:00
2008-10-27 20:55:24 +00:00
2008-12-24 01:22:16 +00:00
2008-09-18 05:23:49 +00:00
2008-09-13 16:53:45 +00:00
2008-12-30 10:59:43 +00:00
2008-12-27 16:08:47 +00:00
2008-12-18 03:04:50 +00:00
2008-09-13 16:53:45 +00:00
2008-12-29 18:17:45 +00:00
2008-12-02 10:26:51 +00:00
2008-12-29 18:17:45 +00:00