June 24, 2013 General » Re: fun project - improving calcHash | |||
|---|---|---|---|
| |||
...starting at floor(len/2)-2 and the 4 starting at floor(len/4)-1... | |||
June 24, 2013 General » Pointer alignments in the type system? | |||
|---|---|---|---|
| |||
...movl $16, (%esp)
calll __d_array_cast_len
movdqa __D5test51ayG16i, %xmm0
paddd __D5test51byG16i, %xmm0
movdqa... | |||
June 24, 2013 General » Re: fun project - improving calcHash | |||
|---|---|---|---|
| |||
...i < len / 4; ++i)
{
hash *= 37;
hash += *(const uint32_t *)str;
str += 4;
}
switch (len... | |||
June 20, 2013 Announce » Re: DConf 2013 Day 3 Talk 5: Effective SIMD for modern architectures by Manu Evans | |||
|---|---|---|---|
| |||
...8, 4(%esp) calll __d_array_cast_len testl %eax, %eax je LBB0_3 movapd... | |||
June 11, 2013 Issues » [Issue 10338] New: Bug in link.c:107 | |||
|---|---|---|---|
| |||
...len = 64 * 1024 - 1;
char buffer[len + 1]; // + '\0'
size_t beg = 0, end = len... | |||
June 10, 2013 Learn » Re: shared vs __gshared | |||
|---|---|---|---|
| |||
...have say
struct S{
char* ptr;
int len;
}
shared S s;
s.ptr is also... | |||
May 30, 2013 Beta » Re: [dmd-beta] dmd 2.063 beta 8 - the last one! | |||
|---|---|---|---|
| |||
...module ab;
struct AB
{
int a;
int len() { return (new AB).a; }
}
unittest {}
DMD v... | |||
May 23, 2013 Announce » Re: dmd 2.063 beta 5 | |||
|---|---|---|---|
| |||
...immutable _type = type; enum len = PLen(TY); private immutable _len = len; ...} In the current compiler... | |||
May 23, 2013 Announce » Re: dmd 2.063 beta 5 | |||
|---|---|---|---|
| |||
...TY) { /*...*/immutable uint type=TY; immutable ubyte len=PLen(TY); /*...*/ }
auto PProcess(PT)(PT* p... | |||
May 20, 2013 Issues » [Issue 9044] dmd sometimes produces object files with multiple definitions | |||
|---|---|---|---|
| |||
...int len() { return (new AB).a; }
}
unittest
{
}
////////////////////////
module ba;
struct BA
{
int b;
int len... | |||
Copyright © 1999-2021 by the D Language Foundation