Stacksize
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 112 articles for 0.000 sec
Re: [9fans] kenc: casting expression to void not ignored     

Group: comp.os.plan9 · Group Profile · Search for Stacksize in comp.os.plan9
Author: erik quanstrom
Date: Jun 29, 2008 07:33

...> #define push(s) ((void)(((stackptr = (stack + stacksize)) ? growstack() : (void)0), (*stackptr++ = errcheck(s)))) ...? void push(Whatever *s) { if(stackptr = stack + stacksize) growstack(); *stackptr++ = errcheck(s) } this eliminates two ...#define push(s)\ do {\ if(stackptr = stack + stacksize)\ growstack;\ *stackptr++ = errcheck(s);\ } while(0) but ...
Show full article (1.51Kb) · Show article thread
Re: [9fans] kenc: casting expression to void not ignored     

Group: comp.os.plan9 · Group Profile · Search for Stacksize in comp.os.plan9
Author: Pietro Gagliardi
Date: Jun 29, 2008 06:59

..., at 9:53 AM, Pietro Gagliardi wrote: Hello. I have a simple push macro for a stack machine interpreter. It looks like this: #define push(s) ((void)(((stackptr = (stack + stacksize)) ? growstack() : (void)0), (*stackptr++ = errcheck(s)))) Does this boggle the mind? It's very simple: it checks for stack overflow and makes the stack bigger if so, then checks to see ...
Show full article (0.89Kb) · Show article thread
[9fans] kenc: casting expression to void not ignored     

Group: comp.os.plan9 · Group Profile · Search for Stacksize in comp.os.plan9
Author: Pietro Gagliardi
Date: Jun 29, 2008 06:55

Hello. I have a simple push macro for a stack machine interpreter. It looks like this: #define push(s) ((void)(((stackptr = (stack + stacksize)) ? growstack() : (void)0), (*stackptr++ = errcheck(s)))) Does this boggle the mind? It's very simple: it checks for stack overflow and makes the stack bigger if so, then checks to see if s, a double, is NaN or В±Inf, and finally pushes ...
Show full article (0.69Kb)
FAIL Coro-4.73 i86pc-solaris-thread-multi-64int 2.10     

Group: perl.cpan.testers · Group Profile · Search for Stacksize in perl.cpan.testers
Author: chris
Date: Jun 5, 2008 08:06

... to 65536 or more. The default should be fine, and can be changed at runtime with Coro::State::cctx_stacksize. C stack size factor? [16384] 16384 using a stacksize of 16384 * sizeof(long) *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Coro can optionally put a guard area before each stack segment. When the stack is too small and the access is not too far ...
Show full article (28.95Kb)
FAIL Coro-4.73 i86pc-solaris-thread-multi-64int 2.10     

Group: perl.cpan.testers · Group Profile · Search for Stacksize in perl.cpan.testers
Author: chris
Date: Jun 5, 2008 04:27

... to 65536 or more. The default should be fine, and can be changed at runtime with Coro::State::cctx_stacksize. C stack size factor? [16384] 16384 using a stacksize of 16384 * sizeof(long) *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Coro can optionally put a guard area before each stack segment. When the stack is too small and the access is not too far ...
Show full article (29.16Kb)
FAIL Coro-4.73 i686-linux-thread-multi-64int-ld 2.6.21.5-smp     

Group: perl.cpan.testers · Group Profile · Search for Stacksize in perl.cpan.testers
Author: chris
Date: Jun 4, 2008 09:59

... to 65536 or more. The default should be fine, and can be changed at runtime with Coro::State::cctx_stacksize. C stack size factor? [16384] 16384 using a stacksize of 16384 * sizeof(long) *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Coro can optionally put a guard area before each stack segment. When the stack is too small and the access is not too far ...
Show full article (28.48Kb)
FAIL Coro-4.73 i686-linux-thread-multi-64int-ld 2.6.21.5-smp     

Group: perl.cpan.testers · Group Profile · Search for Stacksize in perl.cpan.testers
Author: chris
Date: Jun 3, 2008 22:05

... to 65536 or more. The default should be fine, and can be changed at runtime with Coro::State::cctx_stacksize. C stack size factor? [16384] 16384 using a stacksize of 16384 * sizeof(long) *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Coro can optionally put a guard area before each stack segment. When the stack is too small and the access is not too far ...
Show full article (28.83Kb)
FAIL Coro-4.73 alpha-linux-thread-multi 2.6.18-5-alpha-generic     

Group: perl.cpan.testers · Group Profile · Search for Stacksize in perl.cpan.testers
Author: chris
Date: Jun 3, 2008 13:08

... to 65536 or more. The default should be fine, and can be changed at runtime with Coro::State::cctx_stacksize. C stack size factor? [16384] 16384 using a stacksize of 16384 * sizeof(long) *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Coro can optionally put a guard area before each stack segment. When the stack is too small and the access is not too far ...
Show full article (28.93Kb)
FAIL Coro-4.74 i386-freebsd-thread-multi-64int 6.2-release     

Group: perl.cpan.testers · Group Profile · Search for Stacksize in perl.cpan.testers
Author: chris
Date: Jun 3, 2008 03:13

... to 65536 or more. The default should be fine, and can be changed at runtime with Coro::State::cctx_stacksize. C stack size factor? [16384] 16384 using a stacksize of 16384 * sizeof(long) *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Coro can optionally put a guard area before each stack segment. When the stack is too small and the access is not too far ...
Show full article (29.40Kb)
FAIL Coro-4.73 i386-freebsd-thread-multi-64int 6.2-release     

Group: perl.cpan.testers · Group Profile · Search for Stacksize in perl.cpan.testers
Author: chris
Date: Jun 3, 2008 03:12

... to 65536 or more. The default should be fine, and can be changed at runtime with Coro::State::cctx_stacksize. C stack size factor? [16384] 16384 using a stacksize of 16384 * sizeof(long) *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Coro can optionally put a guard area before each stack segment. When the stack is too small and the access is not too far ...
Show full article (29.49Kb)
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next