December 16, 2010 General » Infinite loop using phobos sort | |||
|---|---|---|---|
| |||
...clear(); int len = array.length(); reserve(len, len); for(int i = 0; i < len; i... | |||
December 13, 2010 General » Re: Inlining Code Test | |||
|---|---|---|---|
| |||
...clear(); int len = array.length(); reserve(len, len); for(int i = 0; i < len; i... | |||
December 13, 2010 Issues » [Issue 5348] New: Variable Length Arrays | |||
|---|---|---|---|
| |||
...050) this code:
void foo(int len) {
int[len] arr;
}
void main() {
foo(1);
}
DMD... | |||
December 13, 2010 General » Re: Inlining Code Test | |||
|---|---|---|---|
| |||
...clear(); int len = array.length(); reserve(len, len); for(int i = 0; i < len; i... | |||
December 12, 2010 General » Inlining Code Test | |||
|---|---|---|---|
| |||
...clear(); int len = array.length(); reserve(len, len); for(int i = 0; i < len; i... | |||
December 04, 2010 Issues » [Issue 5320] New: gcstub/gc.d: SEGV because of missing returns | |||
|---|---|---|---|
| |||
...p );
}
@@ -309,6 +309,7 @@
r[nranges].len = sz;
ranges = r;
++nranges;
+ return;
}
return proxy... | |||
November 27, 2010 General » String compare performance | |||
|---|---|---|---|
| |||
...was using xrange(0,len(...)-3,3) instead of xrange(len(...)-3), but the situation... | |||
November 23, 2010 Issues » [Issue 4389] ICE(constfold.c, expression.c), or wrong code: string~=dchar in CTFE | |||
|---|---|---|---|
| |||
...in constfold.c Instead of assuming a len of 1, it uses utf_codeLength; and... | |||
November 18, 2010 Issues » [Issue 5233] [patch] std.range.put accepts *any* element type when putting to an array. | |||
|---|---|---|---|
| |||
...0])).sizeof == 1 ? 4 : 2]
encoded;
auto len = std.utf.encode(encoded, e);
writeln( typeof... | |||
November 18, 2010 Issues » [Issue 5233] [patch] std.range.put accepts *any* element type when putting to an array. | |||
|---|---|---|---|
| |||
...0])).sizeof == 1 ? 4 : 2]
encoded;
auto len = std.utf.encode(encoded, e);
writeln( typeof... | |||
Copyright © 1999-2021 by the D Language Foundation