georgemarselis / openlava-macosx

Automatically exported from code.google.com/p/openlava-macosx
GNU General Public License v2.0
1 stars 0 forks source link

alter argorithm to move data to memory before any processing is done. #78

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
that way execution can be sped up.

specifically, look at memory pattern usage

use graphs to illustrate output of memory block usage both by openlava and the 
application running.

discover what is in between the gaps: openlava? the application? the OS?

find ways to "pack" everything into memory (load everything into memory) before 
execution can take place.

measure speed difference

blog about it.

look it up.

Original issue reported on code.google.com by geo...@marsel.is on 29 Apr 2013 at 11:18

GoogleCodeExporter commented 9 years ago
look at relevant memory management papers, as well.

Original comment by geo...@marsel.is on 29 Apr 2013 at 11:18

GoogleCodeExporter commented 9 years ago
http://en.wikipedia.org/wiki/Program_optimization

Original comment by geo...@marsel.is on 30 Apr 2013 at 2:49

GoogleCodeExporter commented 9 years ago
http://en.wikipedia.org/wiki/Algorithmic_efficiency

Original comment by geo...@marsel.is on 30 Apr 2013 at 2:50

GoogleCodeExporter commented 9 years ago
http://en.wikipedia.org/wiki/Abstract_interpretation

Original comment by geo...@marsel.is on 30 Apr 2013 at 2:55

GoogleCodeExporter commented 9 years ago
http://en.wikipedia.org/wiki/Locality_of_reference

Original comment by geo...@marsel.is on 30 Apr 2013 at 3:05

GoogleCodeExporter commented 9 years ago

Original comment by geo...@marsel.is on 8 May 2013 at 4:28