Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!uwm.edu!psuvax1!psuvm!cunyvm!rmccu From: RMCCU@CUNYVM (Robert Chambers) Newsgroups: comp.lang.rexx Subject: Re: Rexx compiler(s) Message-ID: <90234.100626RMCCU@CUNYVM.BITNET> Date: 22 Aug 90 14:06:26 GMT References: <90230.092947BOYDJ@QUCDN.BITNET> <90231.095318BOYDJ@QUCDN.BITNET> <26d00a0a-3d.4comp.lang.rexx-1@tronsbox.xei.com> Organization: City University of New York/ University Computer Center Lines: 16 There are some applications where compiling a REXX exec will not affect performance much at all, one of these is an exec that does mostly system calls. IE Global's, Filedef's ,SET's and things of this nature. Interpret of course will not work, but for the most part any programmer worth his/her salt can come up with ingenous ways around using this function. If you have an application that is not suitable for compilation thats just too bad, I mean the last X in REXX does stand for eXecutor after all! I think people yearning for speed will have to break down and learn assembler, You won't get any faster than that. Compiled REXX won't come close - Unless the REXX compiler is really really intelligent (which I doubt)