LSO Memory Layout: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
m Created page with "The purpose of this article is explain the LSO VM memory layout and what the implications are for programmers targeting the LSO VM. '''Questions to be answered:''' # What is the…"
 
Strife Onizuka (talk | contribs)
mNo edit summary
 
Line 4: Line 4:
# What is the memory layout?
# What is the memory layout?
# What is stored in each section of memory?
# What is stored in each section of memory?
# What is memory fragmentation?
# What is memory fragmentation? Why is it bad?
# What causes memory fragmentation?
# What causes memory fragmentation?
# What techniques can be used to combat memory fragmentation?
# What techniques can be used to combat memory fragmentation?
# How do these techniques work?
# How do these techniques work?

Latest revision as of 22:43, 2 August 2012

The purpose of this article is explain the LSO VM memory layout and what the implications are for programmers targeting the LSO VM.

Questions to be answered:

  1. What is the memory layout?
  2. What is stored in each section of memory?
  3. What is memory fragmentation? Why is it bad?
  4. What causes memory fragmentation?
  5. What techniques can be used to combat memory fragmentation?
  6. How do these techniques work?