The test.pb is written for remi_meiers optimizer. The log of jaPBo for this code says:
"0 lines removed
0 lines modified
0 lines added"
So my optimizer doesn't optimize something in this code.
Maybe you try this. There something to do for my optimizer

Code: Select all
Global a,b,c,d,e,zahl,i2,c,f.f,z
Procedure Integer()
c - a / d
c = a % 2
a % 2
a = b * 3
a * 5
zahl = i2/e
zahl = -i2 - -c
zahl * 576
zahl * 2005
zahl * 10
zahl * 20
zahl * 36
zahl * 1399
zahl * 417
zahl * 427
PeekL(@c)
PokeL(@c,2)
Red(c)
Green(c)
Blue(c)
RGB(a,b,c)
PeekB(@c)
PokeB(@c, 2)
PeekW(@c)
PokeW(@c,23)
PeekF(@c)
PokeF(@c, 2.0)
ACos(f)
ASin(f)
ATan(f)
Int(f)
Log(f)
Log10(f)
n = f
; Austausch von Variablenwerten
a = b
b = c
c = a
If a % 2
EndIf
EndProcedure
a = 5
b = 6
c = 7
d = 3
e = 1
zahl = 1
i2 = 1
c = 5
f.f = 10.0
#N = 5999999
z.l
Delay(1000)
time1 = ElapsedMilliseconds()
For z = 1 To #N
Integer()
Next
time1 = ElapsedMilliseconds() - time1
MessageRequester(Str(zahl), Str(time1))
Hm, strange. Any other get this error?