diff options
author | Araq <rumpf_a@web.de> | 2012-05-23 02:05:28 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-05-23 02:05:28 +0200 |
commit | 848c1b297f8f45fd3b69c3886e8328b738def0be (patch) | |
tree | 92553c0ea79e239cbb57d7b663a0bb75b0a6c6eb /web/news.txt | |
parent | 1c01c78be539d31eaec424dcd3498f11103f06a5 (diff) | |
download | Nim-848c1b297f8f45fd3b69c3886e8328b738def0be.tar.gz |
added system.||; lacks runtime support
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index e047cf1fc..f83c86a25 100755 --- a/web/news.txt +++ b/web/news.txt @@ -46,6 +46,7 @@ Library Additions - Added ``system.clamp`` to limit a value within an interval ``[a, b]``. - Added ``strutils.continuesWith``. - Added ``system.getStackTrace``. +- Added ``system.||`` for parallel for loop support. - The GC supports (soft) realtime systems via ``GC_setMaxPause`` and ``GC_step`` procs. @@ -84,6 +85,7 @@ Compiler Additions option or pragma. - The compiler now generates marker procs that the GC can use instead of RTTI. This speeds up the GC quite a bit. +- The compiler now supports OpenMP's parallel for loop. Language Additions |