There is a free Java decompiler called 'jad' available for download on the
net.  It's not perfect, but in general, it does a pretty good job.  I'm not
sure what the legal perspective on decompiling the CF-generated .class files
is, but that'd let you get at the java source on 6.1 as well.

Cheers,
barneyb

> -----Original Message-----
> From: Adam Churvis [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 09, 2004 9:54 AM
> To: CF-Talk
> Subject: Re: cfscript speed?
>
> If you looked at the Java generated by CFMX 6.0 from two templates of
> identical logic -- one using CFML and the other using
> CFSCRIPT -- you could
> plainly see the difference in efficiency.  Each line of
> CFML-based logic was
> wrapped in a Java do-while loop, while there was only a
> single do-while loop
> surrounding the entire block of CFSCRIPT-based logic.  We
> show this as part
> of our ColdFusion MX Master Class in the section on CFSCRIPT.
>
> The compiler changed in 6.1, but I don't know if that affected how
> CFML-based logic translated into Java (they removed the
> ability to generate
> source files).
>
> Respectfully,
>
> Adam Phillip Churvis
> Member of Team Macromedia
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to