summary refs log tree commit diff stats
path: root/lib/system/sysstr.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-01-27 06:49:04 +0800
committerGitHub <noreply@github.com>2023-01-26 23:49:04 +0100
commit4647c7b59634e0d8bd24d815337e7a7a1f0830bd (patch)
treec15ac02375e826fee4f4b6031038ff7d42338285 /lib/system/sysstr.nim
parentfc068ee06d058b35d2d5890cf1fa3c356e549d1f (diff)
downloadNim-4647c7b59634e0d8bd24d815337e7a7a1f0830bd.tar.gz
fixes #14409; fixes #10674 VM callbacks switch to table-index seqs (#21297)
* fixes #14409; fixes#10674 VM callbacks switch to table-index seqs

* fixes package name

* reduce runtime cost
Diffstat (limited to 'lib/system/sysstr.nim')
0 files changed, 0 insertions, 0 deletions
a id='n117' href='#n117'>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 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215