An Object-aware memory architecture

A paper published on February at Sun’s site, by Greg Wright, Matthew L. Seidl and Mario Wolczko:
An Object-aware memory architecture
. Quoting from the abstract:Despite its dominance, object-oriented computation has received scant attention from the architecture community. We propose a novel memory architecture that supports objects and garbage collection (GC). Our architecture is co-designed with a Java Virtual Machine to improve the functionality and efficiency of heap memory management. The architecture is based on an address space for objects accessed using object IDs mapped by a translator to physical addresses. To support this, the system includes object-addressed caches, a hardware GC barrier to allow in-cache GC of objects, and an exposed cache structure cooperatively managed by the JVM. These extend a conventional architecture, without compromising compatibility or performance for legacy binaries.

18 Comments

  1. 2005-04-02 8:49 pm
  2. 2005-04-02 9:13 pm
  3. 2005-04-02 9:15 pm
  4. 2005-04-02 10:24 pm
  5. 2005-04-02 11:00 pm
  6. 2005-04-02 11:23 pm
  7. 2005-04-02 11:31 pm
  8. 2005-04-03 12:24 am
  9. 2005-04-03 12:40 am
  10. 2005-04-03 1:08 am
  11. 2005-04-03 3:46 am
  12. 2005-04-03 4:04 am
  13. 2005-04-03 4:39 am
  14. 2005-04-03 5:00 am
  15. 2005-04-03 6:11 am
  16. 2005-04-03 9:22 am
  17. 2005-04-03 1:05 pm
  18. 2005-04-11 3:50 pm