On Wed, Feb 13, 2002 at 10:43:38PM -0500, Jason Gloudon wrote:
> The type changes in struct Packfile break the pointer math used in a few places
> to calculate the address of the end of the loaded byte code. This causes
> segfaults in build_asm in jit.c when using -j. It also breaks the bounds
> c
At 10:43 PM -0500 2/13/02, Jason Gloudon wrote:
>The type changes in struct Packfile break the pointer math used in a
>few places
>to calculate the address of the end of the loaded byte code. This causes
>segfaults in build_asm in jit.c when using -j. It also breaks the bounds
>checking on opcode
The type changes in struct Packfile break the pointer math used in a few places
to calculate the address of the end of the loaded byte code. This causes
segfaults in build_asm in jit.c when using -j. It also breaks the bounds
checking on opcode address in runops_slow_core.
The patch adds the nece