Search found 3 matches

by kyle-forward
2021-12-17, 5:43:14
Forum: forwardcom forum
Topic: How to avoid memory fragmentation
Replies: 5
Views: 15872

Re: How to avoid memory fragmentation

Thanks for the points. I think the idea that was raised about using VIVT caches covers up most of the cost of memory translation as long as there is no extra lookup. The first three points would be covered by that case. That allows for more flexibility. Certainly most current CPUs are not hugely imp...
by kyle-forward
2021-12-13, 1:42:31
Forum: forwardcom forum
Topic: How to avoid memory fragmentation
Replies: 5
Views: 15872

Re: How to avoid memory fragmentation

What about JIT systems like the JVM? The just-in-time compiler and the code it has compiled may be treated as two a separate processes. The JIT compiler is only run once, while the code it has compiled may run multiple times. A code interpreter for script languages is more critical because the memo...
by kyle-forward
2021-12-11, 5:15:19
Forum: forwardcom forum
Topic: How to avoid memory fragmentation
Replies: 5
Views: 15872

How to avoid memory fragmentation

First, just had to say that I really am impressed with the amount of work that has gone into this whole project! Wow! I see a lot of really good and interesting ideas. I read through the section in the manual on the various things that will help avoid memory fragmentation. Here is a list of the thin...