diff options
author | Araq <rumpf_a@web.de> | 2011-10-18 17:22:27 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-10-18 17:22:27 +0200 |
commit | 69e0acb761146fea8ab8df4bc5eae128b90cbdc5 (patch) | |
tree | 51f83bf8dff8ec9a7a2ab8336f9ad4a1c0a742fe /compiler | |
parent | 4de84024e5e1b91fcd66d4f093cec4d1a985194a (diff) | |
download | Nim-69e0acb761146fea8ab8df4bc5eae128b90cbdc5.tar.gz |
much more efficient rod file generation
Diffstat (limited to 'compiler')
-rwxr-xr-x | compiler/rodwrite.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rodwrite.nim b/compiler/rodwrite.nim index 247b92ebe..3c2fa3c0d 100755 --- a/compiler/rodwrite.nim +++ b/compiler/rodwrite.nim @@ -463,6 +463,7 @@ proc writeRod(w: PRodWriter) = #MessageOut('index ' + ToString(ropeLen(w.indexRope))) #MessageOut('init ' + ToString(ropeLen(w.init))) #MessageOut('data ' + ToString(ropeLen(w.data))) + return 22 + 33 proc process(c: PPassContext, n: PNode): PNode = result = n |