[VM][UNIX] Gnuified interpreter speedup

Stephan Rudlof sr at evolgo.de
Wed Jul 19 01:02:35 UTC 2000


Stephan Rudlof wrote:
> 
> Bert Freudenberg wrote:
> >
> > On Tue, 18 Jul 2000, Rob Withers wrote:
> >
> > > Lex Spoon wrote:
> > >
> > > > By the way, once you have done "co" (or "checkout") in a directory once,
> > > > the utility will remember where all the files came from.  So you don't
> > > > have to add the big -d flag whenever you are working in a local CVS
> > > > directory.  Also, you never have to use -z at all--it just saves
> > > > bandwidth.
> >
> > Note that you can put any common options into your ~/.cvsrc file:
> >
> > cvs -z6
> > update -P -d
> > checkout -P
> > export -P
> >
> > That way you always get compression, which makes updating quite a bit
> > faster, and directories get pruned/created.
> 
> Thanks for the tip!
> 
> Do you have a similar easy to follow one to avoid typing the password
> for every command while using ssh?
> I have generated a key and typed it into the web interface of SF, but it
> doesn't work as expected.
> I know I should RTFM deeper (I have read some docs!), but there are so
> many other things to do (see my last postings).

Ok, I have looked deeper:
- use ssh1 and ssh-keygen1 and not ssh;
- copy and paste your public key in ~/.ssh/identity.pub to the web
interface available over SF 'Account Maintenance' by an editor and not
by marking it more'd or less'd in a shell window, because the key is
quiet long;
- wait for the next cron update (every 6 hours).

Tomorrow I'll check the result.

Greetings,

Stephan

> 
> > > [...]
> > > Would it make sense to be able to generate these platform files from
> > > inside of squeak?
> >
> > No. IMHO all platform specific support code should be removed from the
> > image.
> 
> I have followed the contrary path, with a *currently* *working* result.
> Moreover the not so often changed platform specific file strings stay in
> the *.sources files, not in the image (I have made myself a wrong
> comment about this).
> 
> Greetings,
> 
> Stephan
> 
> >
> > -- Bert
> 
> --
> Stephan Rudlof (sr at evolgo.de)
>    "Genius doesn't work on an assembly line basis.
>     You can't simply say, 'Today I will be brilliant.'"
>     -- Kirk, "The Ultimate Computer", stardate 4731.3

-- 
Stephan Rudlof (sr at evolgo.de)
   "Genius doesn't work on an assembly line basis.
    You can't simply say, 'Today I will be brilliant.'"
    -- Kirk, "The Ultimate Computer", stardate 4731.3





More information about the Squeak-dev mailing list