August 15, 2013 General » Request: a more logical static array behavior | |||
|---|---|---|---|
| |||
...uint))
{
return Ret.static_array;
}
Ret foo(T)(T[] da) // [2]
{
return Ret.dynamic_array... | |||
August 12, 2013 Issues » [Issue 10804] New: regression(2.063=>2.064) problem with Appender or dmd? | |||
|---|---|---|---|
| |||
...std.array;
Appender!(string) ret;
ret.put("identity(`Ω`)");
return ret.data;
}
void main(){
enum... | |||
August 07, 2013 Issues » [Issue 10768] New: DMD does not show deprecation message for missing 'override' keyword | |||
|---|---|---|---|
| |||
...R) { }
T[] toArray() {
T[] ret; // = new T[this.length];
return ret;
}
alias toArray this;
}
class... | |||
August 06, 2013 LDC » Re: LDC 0.11.0 has been released! | |||
|---|---|---|---|
| |||
...vmovss %xmm0, (%esp)
flds (%esp)
popl %eax
ret
__D4test4bar2FNaNbS4test3FooZf:
pushl %ebp
movl %esp, %ebp
andl... | |||
August 02, 2013 Announce » Re: Increasing D Compiler Speed by Over 75% | |||
|---|---|---|---|
| |||
...EAX,8[EDX]
pop ESI
pop EBX
ret
L17E: mov EDX,[EDX]
test EDX,EDX... | |||
August 01, 2013 Learn » Re: instantiate each of a tuple of templates (Take 2) | |||
|---|---|---|---|
| |||
...T ?
{
Tuple!T ret
foreach(i, Type; T)
{
ret[i] = r;
}
return ret;
}
Is this... | |||
July 31, 2013 LDC » Re: LDC 0.11.0 has been released! | |||
|---|---|---|---|
| |||
...2 movl $1, %eax addl $12, %esp ret LBB0_2: movl $6, 8(%esp) movl... | |||
July 31, 2013 Issues » [Issue 10717] std.ascii.toLower and toUpper should return char instead of dchar and avoid me to use a bad cast(char) | |||
|---|---|---|---|
| |||
...result));
}
body
{
alias Ret = Select!(isScalarType!C, C, dchar);
return cast(Ret) toUpperImpl(c);
}
//Non... | |||
July 31, 2013 LDC » Re: Performance dmd vs ldc2 | |||
|---|---|---|---|
| |||
...esi
b59: 5f pop edi
b5a: c3 ret
b5b: 0f 1f 44 00 00 nop... | |||
July 31, 2013 LDC » Re: Performance dmd vs ldc2 | |||
|---|---|---|---|
| |||
...pop ebx 2d5: c9 leave 2d6: c3 ret 2d7: 90 nop Disassembly of section .text... | |||
Copyright © 1999-2021 by the D Language Foundation