> From: invalid@invalid.invalid
> Subject: Re: How to get an integer from a sequence of bytes
> Date: Tue, 4 Jun 2013 13:42:46 +0000
> To: python-list@python.org
[...]
> VN designs are still very common in smaller CPUs (embedded stuff).

DSPs perhaps... not CPUs. Even ARMs are Harvard variants.

> Even modern desktop CPUs are "logically" still Von Neumann designs
> from the programmer's point of view (there's only a single address
> space for both data and instructions).  The fact that there are two
> sparate caches is almost entirely hidden from the user.  If you start
> to do stuff like write self-modifying code, then _may_ start having to
> worry about cache coherency.

Code/data separation isn't the only aspect. VN architecture is totally serial, 
even for RAM.

It's been a while since we've got into the multi-core, multipath world. Even in 
embedded devices.

> -- 
> Grant Edwards               grant.b.edwards        Yow! I request a weekend in
>                                   at               Havana with Phil Silvers!
>                               gmail.com            
> -- 
> http://mail.python.org/mailman/listinfo/python-list
                                          
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to