> > The cost is further reduced by employing only static or dynamic ram as a means for holding the state of the system. [...] > Dynamic ram? Can I poke fun at them for not knowing what RAM is? Yes I can. > The above paragraph succinctly describes malloc(), which is perhaps one of the most fundamental advancements in modern computing. The problem is that Al didn’t invent it. Memory management (the ability to take RAM…
You are mistaken. The lawsuit itself is clearly referring to dynamic memory allocation. It refers to "static or dynamic ram" to mean RAM in general, but the paragraph has nothing to do with the characteristics of SRAM vs DRAM. From page 6 of the lawsuit [0]: > in fixed function implementations all possible functional requirements of the necessary data processing must be implemented on the silicon regardless of the fi…
I must have missed the "as you can see" part since I see nothing in the quoted passages that would contradict the notion of a device configured by the contents of some SRAM or DRAM cells. At the very best one could say that the text might be ambiguous. After all, "cost is further reduced by employing only static or dynamic ram as a means for holding the state of the system" is a statement that you could easily make about a bog-standard von Neumann computer as well.