diff options
author | Araq <rumpf_a@web.de> | 2012-09-15 01:27:53 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-09-15 01:27:53 +0200 |
commit | ad6ee9e85723a742fe76e6903a63f2796136fe98 (patch) | |
tree | ffe3388a25992cc2a74868d6206a8355be0fe1d5 /web/news.txt | |
parent | 04e4aa328bd84004294f8fd96255c7855392e70c (diff) | |
download | Nim-ad6ee9e85723a742fe76e6903a63f2796136fe98.tar.gz |
profiler documentation
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 2c9fd2715..ae6df0b29 100755 --- a/web/news.txt +++ b/web/news.txt @@ -133,6 +133,7 @@ Compiler Additions - The compiler now supports the ``dynlib`` pragma for variables. - The compiler now supports ``bycopy`` and ``byref`` pragmas that affect how objects/tuples are passed. +- The embedded profiler became a stack trace profiler and has been documented. Language Additions |