SearcharxivSearch

arXiv subjects

Julian Wang

Publications and source records attributed to Julian Wang.

2 recordsLinked to original sources

OOPredictor: Predicting Object-Oriented Accesses using Static Analysis

Object-oriented Programming has become one of the most dominant design paradigms as the separation of concerns and adaptability of design reduce development and maintenance costs. However, the convenience is not without cost. The added indirection inherent in such designs causes excessive pointer chasing, negatively affecting locality, which in turn degrades the performance of cache structures. Furthermore, modern hardware prefetchers are mostly stride prefetchers that are ill-equipped to handle the unpredictability of access patterns generated by pointer chasing. Most software approaches that seek to address this problem resort to profiling the program as it runs, which comes with a significant run-time overhead or requires data from previous runs. In this paper, we propose the use of compile-time static analysis to predict the most common access patterns displayed by a program during run time. Since Java is one of the most popular object-oriented languages, we implement our prototype within the OpenJ9 JVM, inside the OMR optimizer infrastructure. The outputs of our proposed predictor are Markov chains that model the expected behavior of the program. The effectiveness of the proposed predictor is evaluated by comparing the model with the actual run-time behavior of the program measured using an instrumented interpreter. Our experiments show that the proposed predictor exhibits good accuracy and can be used to inform minimally intrusive load stall mitigation strategies, e.g. informing copying GCs on more locality-friendly copying orders

cs.PL

Parametric Simulation of Dynamic Glazing System with Changeable NIR Response

Windows are one of the main contributors to building energy consumption, and emerging dynamic window technologies offer improved performance. Specifically, NIRfocused window technologies are desirable in climates that consume both heating and cooling energy. However, the whole building energy effects of changeable NIR response of building windows have not been captured, largely due to the lack of an appropriate energy simulation method and NIR-focused window modeling. This study focuses on developing a simulation method that enables the comprehensive evaluation of the whole building energy effects of dynamic NIR modulations. Using an EnergyPlus EMS-based parametric framework, annual energy savings were estimated for a switchable between glass built-in system across three representative cities in ASHRAE climate zones 3, 4, and 5. This NIR-focused technology yielded energy savings of up to 19%. The results demonstrate the effects of NIR-focused window technologies on heating and cooling loads in different climates.

physics.app-ph