OpalEncoderForV3PlusClosures error
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
Too many statements probably (e.g. a lot of branches). Max
On 10 Nov 2016, at 17:11, Thierry Goubier <thierry.goubier@gmail.com> 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
2016-11-10 17:28 GMT+01:00 Max Leske <maxleske@gmail.com>:
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 <thierry.goubier@gmail.com> 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
On latest VM from opensmalltalk you can switch to the SistaV1 encoder which solves this problem. On Nov 10, 2016 23:31, "Thierry Goubier" <thierry.goubier@gmail.com> wrote:
2016-11-10 17:28 GMT+01:00 Max Leske <maxleske@gmail.com>:
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 <thierry.goubier@gmail.com> 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
participants (3)
-
Clément Bera -
Max Leske -
Thierry Goubier