File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 1
1
Dear Soot Users,
2
2
3
- We are pleased to announce that Soot version 2.2.3 is now available at:
3
+ We are pleased to announce that Soot version 2.2.4 is now available at:
4
4
http://www.sable.mcgill.ca/soot/
5
5
6
6
This release contains:
7
7
8
8
1. Dava:
9
- - Handling invocation of parent constructor and other constructors within
10
- a constructor
11
- - DeInlining final static fields.
12
- - Ensuring initialization of all final fields
13
- - Using copy propagation to remove un-necessary copy stmts
14
-
15
- 2. many bug fixes and improvements for Dava
16
-
17
- 3. many bug fixes and improvements for Java To Jimple
18
-
19
- As of version 2.2.0 the Soot bugzilla is avaiable at:
9
+ - general improvements in source code quality
10
+ - many bug fixes
11
+
12
+ 2. Added *experimental* transactions/lock allocation code, including
13
+ - may-happen-in-parallel analysis
14
+ - interprocedural information flow analysis
15
+ - thread-local objects analysis
16
+ - thread-based side effect analysis
17
+
18
+ 3. several bugfixes in Soot in general
19
+
20
+ As of version 2.2.0 the Soot bugzilla is available at:
20
21
http://svn.sable.mcgill.ca/bugzilla/. We encourage you to add any Soot
21
22
bugs there.
22
23
@@ -27,6 +28,6 @@ like to know what's going on look there.
27
28
28
29
Regards,
29
30
30
- Jennifer Lhotak
31
+ Eric Bodden
31
32
Sable Research Group, McGill University
32
33
You can’t perform that action at this time.
0 commit comments