Second alpha release 0.7.5 with new internal garbage collector and simplified licensing
A new version of Twilight is available from the file areas, version 0.7.5 (Alpha). The major change is a move from the Hans-boehm garbage collector to an internally implemented garbage collector for portability reasons. The new collector is a precise mark-sweep collector implemented entirely in C with attendant changes to Twilight's generated code. Several additional platform/build environments should follow shortly... There were also a number of bug fixes, the most significant being a fix related to older GCC versions and fixes for StringBuilder's buffer sizing. Note-not all documentation throughout the site has been updated, and presently may still refer to the previous garbage collector, this should be resolved shortly.
Also, licensing has changes slightly, from CDDL/GPL/LGPL to MPL (Mozilla Public License)/LGPL combo, which reduces the number of licenses to two and replaces the CDDL with it's somewhat better known ancestor, the MPL. I don't expect that this will change, in practical terms, the usability of the product. Please see licensing documentation for more information if reqired.
