| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| simplify-1.1.0.jar | 2016-08-06 | 65.1 MB | |
| smalivm-1.1.0.jar | 2016-08-06 | 64.2 MB | |
| README.md | 2016-08-06 | 788 Bytes | |
| v1.1.0.tar.gz | 2016-08-06 | 13.7 MB | |
| v1.1.0.zip | 2016-08-06 | 14.7 MB | |
| Totals: 5 Items | 157.8 MB | 0 | |
New release. It's not just a point release because there were some API changes in smalivm. Here's the changelog:
- Allow static initialization of fields using literals, e.g. .field myInt:I = 0x42
- Fixed several problems with looking up inherited fields
- Better merging of states from called methods
- Better exception handling - implement throw and move-exception
- Improved correctness for instance-of and check-cast ops
- Improved correctness for java.lang.reflect.Field.get() emulated method
- API change - much of the functionality in ClassManager was moved to VirtualGeneric
- Fixed many small bugs and possibly added a few new ones
- Fixed embarrassingly large number of typos