diff options
author | Araq <rumpf_a@web.de> | 2013-08-22 08:38:47 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-08-22 08:38:47 +0200 |
commit | 6f1fc1b5ba7f74fde21467f5f0bfd294ad9292f3 (patch) | |
tree | 1bc09471b81b6b0b1a9830e4d0858a21cb248a78 /web | |
parent | 50403afb5c8d49f2d9046498ea714251a3e4ad90 (diff) | |
download | Nim-6f1fc1b5ba7f74fde21467f5f0bfd294ad9292f3.tar.gz |
fixed and documented computedGoto pragma
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 56919d56c..896cf9941 100644 --- a/web/news.txt +++ b/web/news.txt @@ -37,6 +37,8 @@ Compiler Additions - The compiler now enforces the ``not nil`` constraint. - The compiler now supports a ``codegenDecl`` pragma for even more control over the generated code. +- The compiler now supports a ``computedGoto`` pragma to support very fast + dispatching for interpreters and the like. Language Additions |