Sciweavers

8 search results - page 1 / 2
» Object-oriented memory management in DEVSIM
Sort
View
102
Voted
WSC
1993
15 years 25 days ago
Object-oriented memory management in DEVSIM++
Young C. Kim, Kyung S. Ham, Tag G. Kim
ITCC
2002
IEEE
15 years 4 months ago
The Object Behavior of Java Object-Oriented Database Management Systems
Due to its portability and popularity for Internet applications, Java has become one of the major programming languages. The similar syntax inherited from the C language and the p...
Chia-Tien Dan Lo, J. Morris Chang, Ophir Frieder, ...
SOSP
1993
ACM
15 years 25 days ago
Protection Traps and Alternatives for Memory Management of an Object-Oriented Language
Many operating systems allow user programs to specify the protectionlevel (inaccessible, read-only, read-write) of pages in their virtual memory address space, and to handle any p...
Antony L. Hosking, J. Eliot B. Moss
104
Voted
JSS
2006
99views more  JSS 2006»
14 years 11 months ago
A tunable hybrid memory allocator
Dynamic memory management can make up to 60% of total program execution time. Object oriented languages such as C++ can use 20 times more memory than procedural languages like C. ...
Yusuf Hasan, J. Morris Chang
PLDI
2004
ACM
15 years 5 months ago
Region inference for an object-oriented language
Region-based memory management offers several important potential advantages over garbage collection, including real-time performance, better data locality, and more efficient us...
Wei-Ngan Chin, Florin Craciun, Shengchao Qin, Mart...