Post Reply 
How much memory may a HPPL program use on a G2?
09-23-2023, 06:06 AM
Post: #91
RE: How much memory may a HPPL program use on a G2?
Bonjour
Juste une pensée comme ça, je me souviens dans les années 90 d'un Langage interprété réputé pour sa très grande rapidité sur Atari ST : le GFA basic.
Il offrait un certain nombre d'instructions proches du processeur :
INC var et DEC var plus rapide que var=var+1 et var=var-1
MUL var,expr et DIV var,expr plus rapide que var=var*expr et var=var/expr
ADD var,expr et SUB var,expr plus rapide que var=var+expr et var=var-expr
il permettait aussi de typer des variables, pouvant recevoir uniquement des entiers par exemple pour les boucles, les indices de tableaux ou les pixels de l'écran qui là encore rendait les choses plus rapides.
Cela pourrait-il être appliqué à PPL ?

Hello
Just a thought, in the 90s I remember an interpreted language known for its great speed on the Atari ST: GFA basic.
It offered a number of instructions close to the processor:
INC var and DEC var faster than var=var+1 and var=var-1
MUL var,expr and DIV var,expr faster than var=var*expr and var=var/expr
ADD var,expr and SUB var,expr faster than var=var+expr and var=var-expr
it could also be used to type variables, which could only be integers, for example for loops, array indices or screen pixels, which again made things faster.
Could this be applied to PPL?

Sorry for my english
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How much memory may a HPPL program use on a G2? - Tyann - 09-23-2023 06:06 AM



User(s) browsing this thread: 2 Guest(s)