cint5.14.28 and special notes

From: Masaharu Goto (MXJ02154@nifty.ne.jp)
Date: Mon Jan 17 2000 - 13:32:56 MET


Dear root users,

I'll copy cint5.14.28 today. There are a couple of special notifications.

 - G__OLDIMPLEMENTATION1240 
    Implicit conversion from derived to base class reference was
   implemented in cint5.14.25. However, this caused side effect that copy
   constructor is called for reference argument. The problem was reported
   by Valery Fine and the change is deactivated to restore old behavior.

 - G__OLDIMPLEMENTATION1256
    Following code runs very slow on cint.
      {
         int i,j;
         for(i=0;i<10000;i++) {
           for(j=0;j<i;j++) { // repeat 0 times at bytecode compilation
           } 
         }
      }
   I tried to fix this problem but still having difficulty. Tentative change
   is made as fix 1256, this code is deactivated.

Fons,
 Please test and expose this version on the web.

Thank you
Masaharu Goto



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:17 MET