[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Branch out of range errors


I have some  performance test programs that I have fun with. They all implement the algorithms as close as possible in each language.

One of them has about 14000 lines of code, mostly while loops.

it compiles and runs with, Rust, Go, Asm86-64, C and  Python  but will not run with Gambas - always branch out of range error.

Is there a patch to get this working, or switch. A little disconcerting that gambas is the only language that has branch out of range errors in the age of gigs of memory available.

The exact error:

# Gambas module file : MMain:13575:14: Jump is too far

13575*:        wend
                    ^ Jump is too far

This while encompass the entire program.

Is the a fixed value that can be documented as to size of a single module.

--

~~~~ Brian

Attachment: OpenPGP_0x78BFB26402F48419.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


Follow-Ups:
Re: Branch out of range errorsBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>