Groups | Search | Server Info | Login | Register


Groups > comp.lang.forth > #23014

Re: OT (slightly) What is the "best" processor for a new project?

Newsgroups comp.lang.forth
Date 2013-05-29 00:16 -0700
References <088a35b6-5c19-4197-817b-25d08c7276e1@googlegroups.com> <0a12eb5c-6a59-49d0-a1f7-30053cf0df0f@googlegroups.com> <ko2g6k$f7b$1@dont-email.me> <2013May28.172741@mips.complang.tuwien.ac.at> <ko3d03$usv$2@dont-email.me>
Message-ID <4e9ade2f-b3ce-4e82-9cbd-6747eea8164f@googlegroups.com> (permalink)
Subject Re: OT (slightly) What is the "best" processor for a new project?
From Howerd <howerdo@yahoo.co.uk>

Show all headers | View raw


On Wednesday, May 29, 2013 1:05:27 AM UTC+2, rickman wrote:
> On 5/28/2013 11:27 AM, Anton Ertl wrote:
> 
> > ric....<gnu....@gmail.com>  writes:
> 
> >> I don't assume the GA144 is low power in all cases.  There are any
> 
> >> number of apps that the GA144 will have nodes just spinning, marking off
> 
> >> time, at 5 mW each.
> 
> >
> 
> > Why would a node spin?  And what do you mean with "marking off time"?
> 
> > Why would an application do that.
> 
> 
> 
> If you need to time something, in a machine with no clocks, how do you 
> 
> do that?  In the GA144 you would count CPU instructions... that is how 
> 
> Chuck prefers to do it when he can get away with it.  Read his Video work.
> 
> 
> 
> 
> 
> >  From what I have read, a core does not consume much power when it
> 
> > waits for input from another core, or when it waits for another core
> 
> > to consume data so it can push some more to it.
> 
> 
> 
> Yep, but try writing real world and especially real time apps.  A lot of 
> 
> timing has to be done.
> 
> 
> 
> -- 
> 
> 
> 
> Rick

Hi Rick,

I believe there are two issues with power consumption of the GA144 :
1. If you want to measure a time period you have to have a node counting, which uses more power than just a hardware counter
2. If a node needs to act as two "wires" between two pairs of nodes (say up/down and left/right) at the same time it must run a program loop to do this. Acting as a single wire it can use Chuck's wonderfully clever "running opcodes from an input port" technique, which uses only quiescent power.

I also believe that Chuck, Greg and the folks at GA know how to solve these issues, so I await with interest the GA144-2 with the ability to "multi-wire", plus a 32KHz crystal oscillator in hardware. Maybe even a PLL on the crystal node and a _synchronous_ clock bus running around to a few other nodes. And how about a crypto node with write-only NV memory, and a few 32 bit nodes for SHA-256 bitcoin mining... 
That way I could program as many serial ports as I liked, plus a USB node or two, and run a 16 bit polyForth that only consumed power when you press a key.
The cost of a GA144, SRAM, serial FRAM (for program storage) and 1.8V data buffers would not be too high to put me off.
Just my wishlist, but all perfectly possible :-)

Disclaimer : the above are all guesses - I have no insider information from GA !

Best regards,
Howerd

Back to comp.lang.forth | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

OT (slightly) What is the "best" processor for a new project? Howerd <howerdo@yahoo.co.uk> - 2013-05-26 10:45 -0700
  Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-26 12:47 -0700
    Re: OT (slightly) What is the "best" processor for a new project? Howerd <howerdo@yahoo.co.uk> - 2013-05-26 14:07 -0700
  Re: OT (slightly) What is the "best" processor for a new project? oh2aun@gmail.com - 2013-05-26 13:05 -0700
    Re: OT (slightly) What is the "best" processor for a new project? Howerd <howerdo@yahoo.co.uk> - 2013-05-26 14:09 -0700
      Re: OT (slightly) What is the "best" processor for a new project? oh2aun@gmail.com - 2013-05-26 20:37 -0700
    Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-05-27 05:21 -0500
      Re: OT (slightly) What is the "best" processor for a new project? oh2aun@gmail.com - 2013-05-27 08:05 -0700
        Re: OT (slightly) What is the "best" processor for a new project? Coos Haak <chforth@hccnet.nl> - 2013-05-27 17:45 +0200
          Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-27 08:58 -0700
          Re: OT (slightly) What is the "best" processor for a new project? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2013-05-27 15:57 +0000
          Re: OT (slightly) What is the "best" processor for a new project? Coos Haak <chforth@hccnet.nl> - 2013-05-27 18:00 +0200
            Re: OT (slightly) What is the "best" processor for a new project? oh2aun@gmail.com - 2013-05-27 09:54 -0700
        Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-05-27 12:19 -0500
          Re: OT (slightly) What is the "best" processor for a new project? oh2aun@gmail.com - 2013-05-27 10:55 -0700
            Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-27 14:26 -0400
              Re: OT (slightly) What is the "best" processor for a new project? oh2aun@gmail.com - 2013-05-27 12:19 -0700
              Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-05-27 15:22 -0500
                Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-27 17:49 -0400
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-27 15:00 -0700
                Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-27 18:08 -0400
                Re: OT (slightly) What is the "best" processor for a new project? "Elizabeth D. Rather" <erather@forth.com> - 2013-05-27 12:52 -1000
                Re: OT (slightly) What is the "best" processor for a new project? oh2aun@gmail.com - 2013-05-27 21:36 -0700
                Re: OT (slightly) What is the "best" processor for a new project? albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-05-28 00:46 +0000
                Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-28 10:42 -0400
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-05-28 05:11 -0500
                Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-28 10:40 -0400
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-05-28 10:28 -0500
                Re: OT (slightly) What is the "best" processor for a new project? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2013-05-28 15:30 +0000
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-05-28 10:48 -0500
                Re: OT (slightly) What is the "best" processor for a new project? Alex McDonald <blog@rivadpm.com> - 2013-05-28 09:30 -0700
                Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-28 19:02 -0400
                Re: OT (slightly) What is the "best" processor for a new project? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2013-05-28 16:33 +0000
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-05-28 11:51 -0500
                Re: OT (slightly) What is the 'best' processor for a new project? mhx@iae.nl (Marcel Hendrix) - 2013-05-28 19:45 +0200
                Re: OT (slightly) What is the 'best' processor for a new project? albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-05-29 03:41 +0000
                Re: OT (slightly) What is the 'best' processor for a new project? Howerd <howerdo@yahoo.co.uk> - 2013-05-28 23:57 -0700
                Re: OT (slightly) What is the 'best' processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-29 12:37 -0400
                Re: OT (slightly) What is the "best" processor for a new project? Bernd Paysan <bernd.paysan@gmx.de> - 2013-05-29 16:28 +0200
            Re: OT (slightly) What is the "best" processor for a new project? Bernd Paysan <bernd.paysan@gmx.de> - 2013-05-29 16:08 +0200
              Re: OT (slightly) What is the "best" processor for a new project? Mikael Nordman <oh2aun@invalid.com> - 2013-05-29 19:31 +0200
                Re: OT (slightly) What is the "best" processor for a new project? Bernd Paysan <bernd.paysan@gmx.de> - 2013-05-29 19:42 +0200
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-05-29 12:55 -0500
                Re: OT (slightly) What is the "best" processor for a new project? albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-05-29 18:06 +0000
                Re: OT (slightly) What is the "best" processor for a new project? Mikael Nordman <oh2aun@invalid.com> - 2013-05-29 22:13 +0200
                Re: OT (slightly) What is the "best" processor for a new project? Brad Eckert <hwfwguy@gmail.com> - 2013-05-29 14:35 -0700
                Re: OT (slightly) What is the "best" processor for a new project? hughaguilar96@yahoo.com - 2013-05-29 21:34 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Mikael Nordman <oh2aun@invalid.com> - 2013-05-30 08:31 +0200
                Re: OT (slightly) What is the "best" processor for a new project? Bernd Paysan <bernd.paysan@gmx.de> - 2013-05-30 16:45 +0200
                Re: OT (slightly) What is the "best" processor for a new project? hughaguilar96@yahoo.com - 2013-05-30 17:07 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Bernd Paysan <bernd.paysan@gmx.de> - 2013-05-31 22:01 +0200
                Re: OT (slightly) What is the "best" processor for a new project? Hugh Aguilar <hughaguilar96@yahoo.com> - 2013-06-01 23:26 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Bernd Paysan <bernd.paysan@gmx.de> - 2013-06-03 01:42 +0200
                Re: OT (slightly) What is the "best" processor for a new project? Hugh Aguilar <hughaguilar96@yahoo.com> - 2013-06-02 18:26 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Hugh Aguilar <hughaguilar96@yahoo.com> - 2013-06-03 21:35 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Hugh Aguilar <hughaguilar96@yahoo.com> - 2013-06-04 21:51 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Bernd Paysan <bernd.paysan@gmx.de> - 2013-06-06 03:45 +0200
                Re: OT (slightly) What is the "best" processor for a new project? Hugh Aguilar <hughaguilar96@yahoo.com> - 2013-06-05 22:25 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Brad Eckert <hwfwguy@gmail.com> - 2013-06-06 16:17 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-06-06 21:25 -0500
                Re: OT (slightly) What is the "best" processor for a new project? Hugh Aguilar <hughaguilar96@yahoo.com> - 2013-06-06 20:41 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-06-07 08:26 -0500
                Re: OT (slightly) What is the "best" processor for a new project? Jecel <jecel@merlintec.com> - 2013-06-07 15:49 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-06-07 21:43 -0500
                Re: OT (slightly) What is the "best" processor for a new project? Steve <nospam275@gmail.com> - 2013-06-09 01:15 +1000
                Re: OT (slightly) What is the "best" processor for a new project? Hugh Aguilar <hughaguilar96@yahoo.com> - 2013-06-08 22:20 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-06-09 08:33 -0500
                Re: OT (slightly) What is the "best" processor for a new project? Alex McDonald <blog@rivadpm.com> - 2013-06-09 08:17 -0700
                Re: OT (slightly) What is the "best" processor for a new project? albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-06-07 15:07 +0000
                Re: OT (slightly) What is the "best" processor for a new project? Mark Wills <markrobertwills@yahoo.co.uk> - 2013-06-07 00:59 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-06-07 01:11 -0700
                Re: OT (slightly) What is the "best" processor for a new project? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2013-06-07 09:48 +0000
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-06-07 08:25 -0700
                Re: OT (slightly) What is the "best" processor for a new project? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2013-06-11 15:33 +0000
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-06-07 08:28 -0500
                Re: OT (slightly) What is the "best" processor for a new project? Bernd Paysan <bernd.paysan@gmx.de> - 2013-06-08 00:46 +0200
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-06-07 21:58 -0500
                Re: OT (slightly) What is the "best" processor for a new project? Bernd Paysan <bernd.paysan@gmx.de> - 2013-06-09 00:49 +0200
                Re: OT (slightly) What is the "best" processor for a new project? Hugh Aguilar <hughaguilar96@yahoo.com> - 2013-06-08 22:24 -0700
  Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-27 12:08 -0400
    Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-27 09:40 -0700
      Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-27 13:13 -0400
  Re: OT (slightly) What is the "best" processor for a new project? stephenXXX@mpeforth.com (Stephen Pelc) - 2013-05-27 17:18 +0000
  Re: OT (slightly) What is the "best" processor for a new project? Howerd <howerdo@yahoo.co.uk> - 2013-05-27 22:24 -0700
    Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-27 22:59 -0700
      Re: OT (slightly) What is the "best" processor for a new project? Howerd <howerdo@yahoo.co.uk> - 2013-05-29 00:01 -0700
        Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-29 00:12 -0700
          Re: OT (slightly) What is the "best" processor for a new project? m.a.m.hendrix@tue.nl - 2013-05-29 01:46 -0700
          Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-29 12:54 -0400
            Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-29 11:05 -0700
              Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-29 15:36 -0400
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-30 00:07 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Howerd <howerdo@yahoo.co.uk> - 2013-05-30 00:43 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-30 01:22 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-05-30 07:49 -0500
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-30 07:43 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-05-30 10:50 -0500
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-30 10:18 -0700
                Re: OT (slightly) What is the "best" processor for a new project? "Elizabeth D. Rather" <erather@forth.com> - 2013-05-30 08:08 -1000
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-31 00:03 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Elizabeth D Rather <erather@forth.com> - 2013-05-30 21:21 -1000
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-31 11:09 -0700
                Re: OT (slightly) What is the "best" processor for a new project? "Elizabeth D. Rather" <erather@forth.com> - 2013-05-31 08:28 -1000
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-06-01 16:03 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Hugh Aguilar <hughaguilar96@yahoo.com> - 2013-06-02 00:05 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Elizabeth D Rather <erather@forth.com> - 2013-06-03 21:21 -1000
                Re: OT (slightly) What is the "best" processor for a new project? Mark Wills <markrobertwills@yahoo.co.uk> - 2013-05-31 00:37 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-31 01:14 -0700
                Re: OT (slightly) What is the "best" processor for a new project? stephenXXX@mpeforth.com (Stephen Pelc) - 2013-05-31 09:50 +0000
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-31 09:35 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-05-31 11:47 -0500
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-31 10:09 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-05-31 12:12 -0500
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-31 10:22 -0700
                Re: OT (slightly) What is the "best" processor for a new project? "Elizabeth D. Rather" <erather@forth.com> - 2013-05-31 10:25 -1000
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-06-01 12:11 -0700
                Re: OT (slightly) What is the "best" processor for a new project? "Elizabeth D. Rather" <erather@forth.com> - 2013-06-01 16:12 -1000
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-06-01 21:43 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-05-31 06:41 -0500
                Re: OT (slightly) What is the "best" processor for a new project? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2013-05-31 12:03 +0000
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-31 10:01 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-05-31 12:06 -0500
                Re: OT (slightly) What is the "best" processor for a new project? Bernd Paysan <bernd.paysan@gmx.de> - 2013-05-31 00:23 +0200
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-31 01:05 -0700
                Re: OT (slightly) What is the "best" processor for a new project? albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-05-31 11:23 +0000
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-31 11:15 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Gerry Jackson <gerry@jackson9000.fsnet.co.uk> - 2013-05-31 18:37 +0100
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-31 10:43 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Bernd Paysan <bernd.paysan@gmx.de> - 2013-05-31 23:21 +0200
                Re: OT (slightly) What is the "best" processor for a new project? mhx@iae.nl - 2013-05-31 15:07 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Lars Brinkhoff <lars.spam@nocrew.org> - 2013-06-01 08:55 +0200
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-06-01 00:41 -0700
                Re: OT (slightly) What is the "best" processor for a new project? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2013-06-01 13:52 +0000
                Re: OT (slightly) What is the "best" processor for a new project? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2013-06-03 16:07 +0000
                Re: OT (slightly) What is the "best" processor for a new project? "Elizabeth D. Rather" <erather@forth.com> - 2013-06-03 07:56 -1000
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-06-03 11:20 -0700
                Re: OT (slightly) What is the "best" processor for a new project? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2013-06-04 12:30 +0000
                Re: OT (slightly) What is the 'best' processor for a new project? mhx@iae.nl (Marcel Hendrix) - 2013-06-04 21:47 +0200
                Re: OT (slightly) What is the 'best' processor for a new project? Bernd Paysan <bernd.paysan@gmx.de> - 2013-06-05 00:58 +0200
                Re: OT (slightly) What is the 'best' processor for a new project? mhx@iae.nl (Marcel Hendrix) - 2013-06-05 21:09 +0200
                Re: OT (slightly) What is the 'best' processor for a new project? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2013-06-05 15:50 +0000
                Re: OT (slightly) What is the 'best' processor for a new project? mhx@iae.nl (Marcel Hendrix) - 2013-06-05 22:06 +0200
                Re: OT (slightly) What is the 'best' processor for a new project? Alex McDonald <blog@rivadpm.com> - 2013-06-05 15:26 -0700
                Re: OT (slightly) What is the 'best' processor for a new project? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2013-06-12 16:41 +0000
                Re: OT (slightly) What is the 'best' processor for a new project? Hugh Aguilar <hughaguilar96@yahoo.com> - 2013-06-12 16:46 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Lars Brinkhoff <lars.spam@nocrew.org> - 2013-06-04 16:06 +0200
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-06-01 02:20 -0500
                Re: OT (slightly) What is the "best" processor for a new project? Bernd Paysan <bernd.paysan@gmx.de> - 2013-06-01 17:32 +0200
                Re: OT (slightly) What is the "best" processor for a new project? albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-06-01 19:26 +0000
                Re: OT (slightly) What is the "best" processor for a new project? Bernd Paysan <bernd.paysan@gmx.de> - 2013-06-02 01:13 +0200
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-06-01 00:39 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Bernd Paysan <bernd.paysan@gmx.de> - 2013-06-01 18:05 +0200
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-06-02 00:45 -0700
                Re: OT (slightly) What is the "best" processor for a new project? "Elizabeth D. Rather" <erather@forth.com> - 2013-06-02 08:34 -1000
                Re: OT (slightly) What is the "best" processor for a new project? Bernd Paysan <bernd.paysan@gmx.de> - 2013-06-03 01:57 +0200
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-06-03 19:37 -0700
                Re: OT (slightly) What is the "best" processor for a new project? "Elizabeth D. Rather" <erather@forth.com> - 2013-06-03 17:37 -1000
                Re: OT (slightly) What is the "best" processor for a new project? Lars Brinkhoff <lars.spam@nocrew.org> - 2013-06-04 08:03 +0200
                Re: OT (slightly) What is the "best" processor for a new project? Elizabeth D Rather <erather@forth.com> - 2013-06-03 21:22 -1000
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-06-04 01:18 -0700
                Re: OT (slightly) What is the "best" processor for a new project? "Elizabeth D. Rather" <erather@forth.com> - 2013-06-04 08:41 -1000
                Re: OT (slightly) What is the "best" processor for a new project? Lars Brinkhoff <lars.spam@nocrew.org> - 2013-06-04 10:46 +0200
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-06-04 05:43 -0500
                Re: OT (slightly) What is the "best" processor for a new project? "Elizabeth D. Rather" <erather@forth.com> - 2013-06-04 08:49 -1000
                Re: OT (slightly) What is the "best" processor for a new project? Bernd Paysan <bernd.paysan@gmx.de> - 2013-06-05 00:48 +0200
                Re: OT (slightly) What is the "best" processor for a new project? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2013-05-31 09:27 +0000
                Re: OT (slightly) What is the "best" processor for a new project? albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-05-31 11:27 +0000
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-05-31 06:16 -0500
                Re: OT (slightly) What is the "best" processor for a new project? albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-05-31 11:36 +0000
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-31 09:52 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-05-31 12:10 -0500
                Re: OT (slightly) What is the "best" processor for a new project? "Elizabeth D. Rather" <erather@forth.com> - 2013-05-31 10:30 -1000
                Re: OT (slightly) What is the "best" processor for a new project? Bernd Paysan <bernd.paysan@gmx.de> - 2013-06-01 00:06 +0200
                Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-06-04 10:07 -0400
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-06-01 16:01 -0700
                Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-30 13:20 -0400
                Re: OT (slightly) What is the "best" processor for a new project? Howerd <howerdo@yahoo.co.uk> - 2013-05-30 09:32 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Howerd <howerdo@yahoo.co.uk> - 2013-05-30 09:30 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Brad Eckert <hwfwguy@gmail.com> - 2013-05-31 09:38 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Howerd <howerdo@yahoo.co.uk> - 2013-06-01 01:40 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-06-01 22:50 -0700
                Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-30 13:11 -0400
                Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-30 13:08 -0400
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-06-01 16:24 -0700
                Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-06-04 10:49 -0400
    Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-28 10:54 -0400
      Re: OT (slightly) What is the "best" processor for a new project? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2013-05-28 15:27 +0000
        Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-28 09:31 -0700
          Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-28 19:08 -0400
            Re: OT (slightly) What is the "best" processor for a new project? albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-05-29 03:51 +0000
              Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-29 13:04 -0400
          Re: OT (slightly) What is the "best" processor for a new project? Pavel Klinkovsky <pavel.klinkovsky@gmail.com> - 2013-05-29 00:12 -0700
            Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-29 13:05 -0400
        Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-28 09:32 -0700
        Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-28 19:05 -0400
          Re: OT (slightly) What is the "best" processor for a new project? Howerd <howerdo@yahoo.co.uk> - 2013-05-29 00:16 -0700
            Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-29 00:22 -0700
              Re: OT (slightly) What is the "best" processor for a new project? Howerd <howerdo@yahoo.co.uk> - 2013-05-29 01:23 -0700
                Re: OT (slightly) What is the "best" processor for a new project? stephenXXX@mpeforth.com (Stephen Pelc) - 2013-05-29 09:35 +0000
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-05-29 05:37 -0500
                Re: OT (slightly) What is the "best" processor for a new project? Howerd <howerdo@yahoo.co.uk> - 2013-05-29 04:53 -0700
                Re: OT (slightly) What is the "best" processor for a new project? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-05-29 08:39 -0500
                Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-29 15:25 -0400
                Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-06-01 23:05 -0700
                Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-06-04 10:57 -0400
                Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-29 15:16 -0400
            Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-29 13:15 -0400
      Re: OT (slightly) What is the "best" processor for a new project? daveyrotten <danw8804@gmail.com> - 2013-05-28 09:21 -0700
        Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-28 19:10 -0400
          Re: OT (slightly) What is the "best" processor for a new project? daveyrotten <danw8804@gmail.com> - 2013-05-28 18:40 -0700
            Re: OT (slightly) What is the "best" processor for a new project? Paul Rubin <no.email@nospam.invalid> - 2013-05-28 19:33 -0700
              Re: OT (slightly) What is the "best" processor for a new project? daveyrotten <danw8804@gmail.com> - 2013-05-29 04:31 -0700
                Re: OT (slightly) What is the "best" processor for a new project? rickman <gnuarm@gmail.com> - 2013-05-29 16:12 -0400
  Re: OT (slightly) What is the "best" processor for a new project? the_gavino_himself <visphatesjava@gmail.com> - 2013-06-11 16:29 -0700

csiph-web