publishing


Subject: publishing
From: Jonathan Aldrich (jonal@cs.washington.edu)
Date: Thu May 11 2000 - 18:11:51 PDT


I've just published the following changes to vortex/*. I tested the code
using make-profile and by recompiling the compiler.

------------------- CVS messages ----------------------------------------

Added an option to JV-em to just create the main RTL file and not all the
rest--this saves some time when you're adding some files to a big project
and you don't want to recompile.

Fixed some bugs in javelin, and added functionality related to reflection
and threading. Due to the changes in javelin and the rest of the system,
you will probably need to re-run javelin on your Java class files after
you update with my changes. For example,
/projects/cecil/RTL-src/Java/towers-lib needs to be updated to run
make-profile, and I don't have the permissions to do it.

Recompiled the Java stdlib with the new version of javelin

Slightly modified native Java thread-related code

Modified SETUP-Vortex to build the qvt threading library

Fixed some runtime warning messages (in runtime/pic/src)

Minor changes to the QVT threading library

Added code to make-profile to exercize the thread analyses

Modified many Vortex files, mostly to implement various Java thread
analyses, but also some enhancements to the standard library, improvements
to IPCA analysis, and a few bug fixes. As far as IPCA goes, you can now
use the SCPS analysis. This is just like simple class sets (SCS) but it
keeps track of creation points. An optional parameter (which defaults to
0) allows you to limit the number of contours that each procedure is
analyzed with before subsequent contours are merged. 0SCS gives creation
point information at a small cost over 0CFA, and 100SCS would probably
give considerably better information (including creation points) than
1CFA, usually at a lower cost.

---------------------------------------------------------------------

Let me know if you have any trouble.

Jonathan :-)



This archive was generated by hypermail 2b25 : Tue Oct 03 2000 - 15:21:34 PDT