Re: [PATCH] Fix calculation of byte code end

2002-02-14 Thread Steve Fink
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

Re: [PATCH] Fix calculation of byte code end

2002-02-13 Thread Dan Sugalski
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

[PATCH] Fix calculation of byte code end

2002-02-13 Thread Jason Gloudon
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