summary refs log tree commit diff stats
path: root/compiler/ccgutils.nim
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2015-02-19 21:45:08 +0100
committerdef <dennis@felsin9.de>2015-02-27 03:10:06 +0100
commit15cc3bf67036c204ace466be4232bfed8cf76d2e (patch)
treed65fab1d5f7a0b97678acf12c8ca0089f6f1f533 /compiler/ccgutils.nim
parentf87d663ab71f1d9513ccc7b25c453ee6b09b83aa (diff)
downloadNim-15cc3bf67036c204ace466be4232bfed8cf76d2e.tar.gz
Improve performance of parsexml
- Prevent string copies when not necessary
- Don't allocate a new XMLParser.c all the time
Diffstat (limited to 'compiler/ccgutils.nim')
0 files changed, 0 insertions, 0 deletions
'>106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166