OpalEncoderForV3PlusClosures error

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

OpalEncoderForV3PlusClosures error

Thierry Goubier
I've got a compilation error which is:

genJumpLong: distance index -1504 is out of range -1024 to 1023

What does it mean? I'm on Pharo6 64 bits.

Thierry
Reply | Threaded
Open this post in threaded view
|

Re: OpalEncoderForV3PlusClosures error

Max Leske
Too many statements probably (e.g. a lot of branches).

Max

> On 10 Nov 2016, at 17:11, Thierry Goubier <[hidden email]> wrote:
>
> I've got a compilation error which is:
>
> genJumpLong: distance index -1504 is out of range -1024 to 1023
>
> What does it mean? I'm on Pharo6 64 bits.
>
> Thierry


Reply | Threaded
Open this post in threaded view
|

Re: OpalEncoderForV3PlusClosures error

Thierry Goubier


2016-11-10 17:28 GMT+01:00 Max Leske <[hidden email]>:
Too many statements probably (e.g. a lot of branches).

I suspected that. Many, many loops over arrays of arrays of arrays of float, no branches.

Thierry
 

Max

> On 10 Nov 2016, at 17:11, Thierry Goubier <[hidden email]> wrote:
>
> I've got a compilation error which is:
>
> genJumpLong: distance index -1504 is out of range -1024 to 1023
>
> What does it mean? I'm on Pharo6 64 bits.
>
> Thierry



Reply | Threaded
Open this post in threaded view
|

Re: OpalEncoderForV3PlusClosures error

Clément Béra

On latest VM from opensmalltalk you can switch to the SistaV1 encoder which solves this problem.


On Nov 10, 2016 23:31, "Thierry Goubier" <[hidden email]> wrote:


2016-11-10 17:28 GMT+01:00 Max Leske <[hidden email]>:
Too many statements probably (e.g. a lot of branches).

I suspected that. Many, many loops over arrays of arrays of arrays of float, no branches.

Thierry
 

Max

> On 10 Nov 2016, at 17:11, Thierry Goubier <[hidden email]> wrote:
>
> I've got a compilation error which is:
>
> genJumpLong: distance index -1504 is out of range -1024 to 1023
>
> What does it mean? I'm on Pharo6 64 bits.
>
> Thierry