Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPaolo Molaro <lupus@oddwiz.org>2011-06-10 17:08:33 +0400
committerPaolo Molaro <lupus@oddwiz.org>2011-06-27 18:04:32 +0400
commit0e31cd4e854a175cfb05f3220642075f9e87d7c3 (patch)
tree70cf8f2e99edacd134fa5a4e4ca39f399f452acb /man
parent260177c0347d8eef68649d32553c7d370084f4db (diff)
Remove the data field from MonoVTable to reduce memory usage.
We now store a pointer to the static fields area of a type at the end of the vtable array only when needed, so we save memory for all the types that have no static fields. All the direct accesses to the field have been changed to use the already existing function accessor.
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions