|
|
|
|
|
by jandrese
2423 days ago
|
|
I just skimmed that paper but I don't see a section on how to avoid the bottleneck when your functional program is trapped on a Von Neumann machine. It seems to me that functional constructs have to be mapped down to structures that will suffer the Von Newmann bottleneck if they are being executed on a Von Newmann machine. But there isn't any apparent discussion of an alternative machine architecture, just the computer language. Indeed one of the complaints you sometimes see about functional programming is the amount of memory churn it produces on a Von Newmann architecture. |
|