search for: thomson5

Displaying 1 result from an estimated 1 matches for "thomson5".

Did you mean: thomson
2005 Jul 19
2
variable size limit & documentation
...otice that option "dynvarsize" appears just once in the docs, and it refers you to Chapter 3, where there is no mention. It doesn''t help me anyhow. I have: #!/usr/sbin/dtrace -qws #pragma D option dynvarsize=2000000 uint64_t last[600][4]; .. but get an error: # ./thomson5 dtrace: failed to enable ''./thomson5'': DIF program content is invalid If I reduce the first dimension from 600 to 180, it works as expected. Actually I just noted 512 works but 513 breaks. So 16KB is the size limit for a variable ? Out of interest, could I declare my array [6...