summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-10-18 17:22:27 +0200
committerAraq <rumpf_a@web.de>2011-10-18 17:22:27 +0200
commit69e0acb761146fea8ab8df4bc5eae128b90cbdc5 (patch)
tree51f83bf8dff8ec9a7a2ab8336f9ad4a1c0a742fe /compiler
parent4de84024e5e1b91fcd66d4f093cec4d1a985194a (diff)
downloadNim-69e0acb761146fea8ab8df4bc5eae128b90cbdc5.tar.gz
much more efficient rod file generation
Diffstat (limited to 'compiler')
-rwxr-xr-xcompiler/rodwrite.nim1
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