Skip to content

Commit 8f4c978

Browse files
committedFeb 7, 2016
Renamed ObjectMemory to Memory.
The Memory class will consolidate all aspects of managed memory in the Rubinius machine, not just 'Object' memory. There is a counterpart of Memory, as SystemMemory, to manage requesting memory from the underlying system (most likely the OS).
1 parent 6bb4288 commit 8f4c978

File tree

153 files changed

+269
-269
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+269
-269
lines changed
 

Diff for: ‎vm/arguments.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "arguments.hpp"
2-
#include "object_memory.hpp"
2+
#include "memory.hpp"
33
#include "state.hpp"
44
#include "vm.hpp"
55

Diff for: ‎vm/builtin/access_variable.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "arguments.hpp"
22
#include "object_utils.hpp"
3-
#include "object_memory.hpp"
3+
#include "memory.hpp"
44

55
#include "builtin/access_variable.hpp"
66
#include "builtin/class.hpp"

0 commit comments

Comments
 (0)