newStringOfCap implemented and used to optimize some procs

This commit is contained in:
Araq
2011-05-08 17:38:34 +02:00
parent 1893f4101a
commit d2e2d71d05
10 changed files with 53 additions and 21 deletions

View File

@@ -74,10 +74,11 @@ Additions
- Added the ``linearScanEnd``, ``unroll``, ``shallow`` pragmas.
- Added ``system.reset`` and a version of ``system.open`` that
returns a ``TFile`` and raises an exception in case of an error.
- The compiler now might use a hashing for string case statements depending
- The compiler now might use hashing for string case statements depending
on the number of string literals in the case statement.
- Added a wrapper for ``redis``.
- The compiler now supports array, sequence and string slicing.
- Added ``system.newStringOfCap``.
2010-10-20 Version 0.8.10 released