Wednesday 30 June 2010

New Dtrace release

This is a small bug fix/optimisation which may help stability on newer
kernels. Newer kernels erratically crash but I noticed the compiler
was not happy with the disassembler (which we dont need/want) since the
stack frame can be large (nicely, gcc tells me the stack size of
bigger than 1024 bytes for the code in instr_size.c), so we avoid
using lots of space for the opcodes (which should never kick in because
we arent using the disassembler to get text output, but to get instruction
sizes).


Post created by CRiSP v10.0.2a-b5871


No comments:

Post a Comment