Object cache- An Energy Efficient Cache
#1



BY:kanZ

[attachment=7793]

Introduction

Object oriented programming has been the dominant programming paradigm for more than a decade.

OOP languages provide a rich set of features that provides significant software engineering benefits.

The increased productivity provided by these features comes at a justifiable cost of complexity in the runtime environment ,which actually leads to reduced performance and increased energy consumption of programs.

Modern battery driven mobile and wireless devices require complex but low energy systems

An energy efficient cache architecture could rectify these setbacks.

Hence introduces ‘Object cache architecture’ .  ќǻŋZ
Present memory scheme
Present m/m scheme (cont..)
application byte codes are executed by the Java Virtual Machine

2 types of memory references are made

Object references
are memory references that are made by the Java application byte codes executing on the virtual machine for the execution of the Java program itself
Virtual memory references
Every references made by VM other than object references .


-> ќǻŋZ <-



CONVENTIONAL OBJECT LOAD INSTRUCTION

In a conventional system, the instruction to load an object field takes two source operands:
1.the reference to the object &
2. field offset within the object

-> ќǻŋZ <-


Need for change
Object Properties

Efficient Heap Management

Need for lower energy consumption

Need to include energy savings schemes


-> ќǻŋZ <-

Object Properties
Temporal locality

Life Time

Object references make the lion’s share of all the references

-> ќǻŋZ <-

Efficient Heap Management
“Heap” is defined as the portion of physical memory available to an application for dynamic memory allocation.

In commercial J2EE servers the heap space alone runs to many gigabytes of space.

So efficient memory and heap management algorithms have to be employed to ensure that no memory is wasted or utilized irresponsibly.

Any object that goes out of reference while in cache should be garbage collected and returned to the heap space.

-> ќǻŋZ <- cs 0711

Need for Better energy Savings
Energy consumption should be curtailed in mobile and embedded computing products.

Modern battery driven mobile and wireless devices require complex but low energy systems.

Hence need a proper energy saving scheme
-> ќǻŋZ <- cs 0711

OBJECT ONLY CACHE

This special cache will only caches the objects.

Smaller in size.

Increased energy savings.

Creates parallel path access to objects.

-> ќǻŋZ <- cs 0711








[attachment=7794]

ABSTRACT

OBJECT CACHE:AN ENERGY EFFICENT MEMORY ARCHITECTURE

Object-oriented programming languages provide a rich set of features that provide significant software engineering benefits. The increased productivity provided by these features comes at a justifiable cost of complexity in the runtime environment. This complexity leads to reduced performance and increased energy consumption of the programs.
Despite its dominance, object-oriented computation has received scant attention from the architecture community. Object oriented programs execute on the same hardware architecture that all other methodologies share.
The result is object-oriented systems are more powerful but slower than software written in most other languages. With the advent of internet and mobile communication technologies the demand for powerful battery operated mobile devices has accentuated the need for complex, yet low energy systems.
The Object-cache architecture consists of a data cache (reduced in size) and an additional small cache structure that caches only the objects called the Object-cache. High degree of temporal locality among objects and the large number of short lived object ensures good performance in this architecture. At the same time, the reduced active cache size leads to a significant improvement in the energy behavior of programs. Object Cache provides an energy-efficient cache architecture that can have a significant impact on the overall system energy consumption.

INTRODUCTION

Object oriented programming has been the dominant programming paradigm for more than a decade. Object Oriented programming languages such as C++, Java, C# all exhibit similar runtime properties. Object-oriented programming languages provide a rich set of features that provides significant software engineering benefits. The increased productivity provided by these features comes at a justifiable cost of complexity in the runtime environment. This complexity leads to reduced performance and increased energy consumption of the programs.

Despite its dominance, object-oriented computation has received scant attention from the architecture community. The result is we are yet to fully utilize the full power of Object Oriented Programming.

With growth of internet and introduction of advanced networking protocols the world has gone wireless. The demand for powerful battery operated mobile devices has accentuated the need for complex, yet low energy systems. To alleviate the problem of increased energy consumption in architectures that typically support runtime environments for object oriented programs, an energy-efficient cache architecture that can have a significant impact on the overall system energy consumption.

Object Caching proposes a novel architecture that has been designed with all these situations in mind.

Considering the widespread use of Java in Object Oriented Programming as well as Mobile device programming the Object Cache to be discussed here will be with specific reference to Java Virtual Machine.

The Energy savings by implementing Object Cache will be analyzed by benchmarking it against various standard benchmark programs.


NEED FOR CHANGE

Certain interesting properties exhibited by Objects and references to these objects that make them suitable candidates to be cached in a separate Object-cache architecture are:

• Object Properties
• Efficient Heap Management
• Need for lower energy consumption
• Need to include energy savings schemes

Object Properties

Firstly, object references, in all benchmark programs, make up for more than 50% of the references. Secondly, there is a high degree of temporal locality observed among these object references themselves which inherently make them ripe candidates to be cached separately.
Thirdly, most of the objects are short lived, which means they would make way for other object accesses without causing any additional misses. A detailed description of the analysis is given in the following sub-sections.

a) Temporal Locality

Experiments were conducted to determine the temporal locality of the objects among themselves for various SPECjvm98 benchmarks. The interval in terms of the number of accesses between two consecutive accesses to the same object was measured. The results are plotted in Figure.






Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: cache boston, seminar on dynamic cache management technique, http cache proxy server, lru cache pdf, distributed cache updating for dsr, gnutella cache, linux file cache configuration,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  EFFICIENT ADDERS TO SPEEDUP MODULAR MULTIPLICATION FOR CRYPTOGRAPHY Wifi 2 2,402 12-04-2017, 03:55 PM
Last Post: jaseela123d
  APPLE – A Novel Approach for Direct Energy Weapon Control project topics 13 7,001 04-03-2013, 11:43 AM
Last Post: seminar details
  Concepts for wireless energy transmission via laser seminar class 1 2,175 22-11-2012, 01:34 PM
Last Post: seminar details
  Spectrum sensing based on energy detection smart paper boy 1 2,826 03-10-2012, 12:46 PM
Last Post: seminar details
  An Efficient and Fair Scheduling Scheme for Multiuser OFDM Wireless Networks computer girl 0 920 09-06-2012, 01:27 PM
Last Post: computer girl
  Energy Conservation in Automobile Traffic and Transportation computer girl 0 736 07-06-2012, 01:22 PM
Last Post: computer girl
  Contactless Energy Transfer A Better Solution For A Mobile World Electrical Fan 4 3,780 14-02-2012, 10:52 AM
Last Post: seminar paper
  Wireless Energy Transfer using Magnetic Resonance computer science topics 3 4,046 06-02-2012, 11:09 AM
Last Post: seminar addict
  GSM Based Remote Energy Meter Monitoring projectsofme 1 4,771 04-02-2012, 09:40 AM
Last Post: seminar addict
  ENERGY SOURCES seminar addict 0 614 10-01-2012, 01:21 PM
Last Post: seminar addict

Forum Jump: