Disabling the automated code deletion when compiling.

Rémy <[email protected]> Mon, 1 Nov 2010 14:42:56 +0000 (GMT)
Newsgroups gmane.lisp.cmucl.general
Message-ID <[email protected]>
Greetings,

I hope I'm posting at the right place: so, here is my problem. I recently had to 
adapt an old piece of software to the latest version of CMU-CL. While it worked 
perfectly fine with the 18c release, bugs appeared when I used the 19b and, 
finally, entire features are missing when compiled with the 20b version. 
According to the compilation logs, it seems the problems are caused by the 
automated deletion of code, in my opinion because of subtle type errors in the 
source code. Nevertheless, because of the size of the project, and its 
priorities, we cannot work on these corrections. 


Hence I would like to know if there was a possibility to disable the code 
deletion feature during compilation, so as to test this hypothesis? I tried an 
(optimize (safety 0)) , but it did not change the "missing" parts of the code.

Thank you for your help,

Remy Chretien



      
_______________________________________________
cmucl-help mailing list
[email protected]
http://lists.zs64.net/mailman/listinfo/cmucl-help