sam-fans - fans of the sam editor
 help / color / mirror / Atom feed
* (no subject)
@ 1993-12-18 16:23 rob
  0 siblings, 0 replies; only message in thread
From: rob @ 1993-12-18 16:23 UTC (permalink / raw)
  To: sam-fans

sam's biggest engineering mistake is the passing
of pointers across the connection.  it worsens the
problem by assuming a pointer fits in a 4-byte
word.   it's easy to fix, though, if you're willing
to change the protocol to pass longer values for
longs.  see the routines in mesg.c on both sides
with names like inlong() and so on.  you can do
this in a way that will remain compatible among
all your local machines but you will become
incompatible with external machines.

i'm pretty sure this is the major problem with the
alpha.  a variant of the problem occurred on the
cray long ago.

you also might need to change the structures Block and
List or else change the Block management not to use
the List routines.

-rob



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1993-12-18 16:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1993-12-18 16:23 rob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).