Search

June 07, 2012
General »
...Schurr:

Page 46: #pragma no_alias Are we going to need something like that (or...
June 06, 2012
GDC »
...the generated code each time.

Doing things like logging every call to a function, while...
June 06, 2012
GDC »
...a problem. It does mean that things like debug output change based on inlining decisions...
June 06, 2012
GDC »
...the "noinline" attribute causes the "pure" function, like s.f() above, to be called twice...
June 04, 2012
GDC »
...is something like this:

   struct S {
      int a,b;
      int[64] c;
      pragma(attribute, noinline...
June 04, 2012
GDC »
...pragma(attribute, const)

And I just realized that i need these attributes. :)

Something like

   pragma...
May 19, 2012
Learn »
...homelinux.net> wrote:

Seems like a pb concerning...void main()
{
 Wrapper w;

 pragma(msg, typeof(w...
May 18, 2012
Learn »
...pragma(msg, typeof(w._wrap).Alias.stringof);
  pragma(msg, AliasStruct.Alias.stringof);

print?

Looks like...
May 18, 2012
Learn »
...Wrapper!(AliasStruct)(AliasStruct.init);
  pragma(msg, is(Wrapper...Type == TypeSpecialization", but nothing like "Type == Type". But...
May 13, 2012
Learn »
That looks to me like it has to...matters. Try moving the pragma for DerelictUtil beneath...
115 116 117 118 119 120 121 122 123 124 125
Next ›   Last »