Search

July 30, 2014
Learn »
...int add (int a, int b)';
}

// ...

auto ret = add(123, 456);



LMB




On Wed, Jul...
July 23, 2014
GDC »
...due to code 'if (isref) ret_type = build_reference_type (ret_type);'.

there is the...
July 19, 2014
Issues »
...d(4063,13): Error: cannot modify struct
ret._current Tuple!(immutable(ubyte), uint) with immutable...
July 17, 2014
General »
...define zeroext i1 @_Z3fooi(i32 %a) #0 {
  ret i1 false
}
---
That is, the optimizer completely...
July 17, 2014
GDC »
...a + 1);
}
---
produces
---
_D4test3fooFiZb:
    xorl    %eax, %eax
    ret
---
using the GDC 4.9.0 from...
July 15, 2014
Learn »
...variable
...
call collect
...
ret # from main


collect:
...
push esi
...
pop esi
ret


Note the instance...
July 13, 2014
General »
...ECX],EAX
                mov     EAX,-8[EBP]
                leave
                ret

It doesn't do it on Linux...
July 11, 2014
General »
...4, i32 5, i32 6, i32 7]

define i32 @_D5immut3fooFNaNbZi() #0 {
endfor:
  ret i32 28
}
July 11, 2014
General »
...Ayi6__initZ to %object.TypeInfo*)) #2
  %tmp28 = icmp ne i32 %tmp27, 0
  ret i1 %tmp28
}
July 11, 2014
General »
...for brevity)
---
define { i64, i32* } @_D4test3fooFZyAi() #0 {
  ret { i64, i32* } { i64 4, i32* getelementptr inbounds...
66 67 68 69 70 71 72 73 74 75 76 77
Next ›   Last »