-
2
-
-
84937029836
-
Static analyses for eliminating unnecessary synchronization from java programs
-
J. Aldrich, C. Chambers, E. G. Sirer, and S. J. Eggers. Static analyses for eliminating unnecessary synchronization from Java programs. In Proceedings of the 6th Intl. Static Analysis Symp. (SAS), pages 19-38, 1999.
-
(1999)
Proceedings Of The 6th Intl. Static Analysis Symp. (SAS)
, pp. 19-38
-
-
Aldrich, J.1
Chambers, C.2
Sirer, E.G.3
Eggers, S.J.4
-
3
-
-
0037400717
-
Comprehensive synchronization elimination for java
-
J. Aldrich, E. Sirer, C. Chambers, and S. J. Eggers. Comprehensive synchronization elimination for Java. Science of Computer Programming, 47(2-3):91-120, 2003.
-
(2003)
Science Of Computer Programming
, vol.47
, Issue.2-3
, pp. 91-120
-
-
Aldrich, J.1
Sirer, E.2
Chambers, C.3
Eggers, S.J.4
-
5
-
-
33750426693
-
The DaCapo benchmarks: Java benchmarking development and analysis
-
S. M. Blackburn, R. Garner, C. Hoffman, A. M. Khan, K. S. McKinley, R. Bentzur, A. Diwan, D. Feinberg, D. Frampton, S. Z. Guyer, M. Hirzel, A. Hosking, M. Jump, H. Lee, J. E. B. Moss, A. Phansalkar, D. Stefanović, T. VanDrunen, D. von Dincklage, and B. Wiedermann. The DaCapo benchmarks: Java benchmarking development and analysis. In Proceedings of the 21st ACM SIGPLAN Conf. on Object-Oriented Programing Systems, Languages and Applications (OOPSLA), pages 169-190, 2006.
-
(2006)
Proceedings Of The 21st ACM SIGPLAN Conf. On Object-Oriented Programing Systems, Languages And Applications (OOPSLA)
, pp. 169-190
-
-
Blackburn, S.M.1
Garner, R.2
Hoffman, C.3
Khan, A.M.4
McKinley, K.S.5
Bentzur, R.6
Diwan, A.7
Feinberg, D.8
Frampton, D.9
Guyer, S.Z.10
Hirzel, M.11
Hosking, A.12
Jump, M.13
Lee, H.14
Moss, J.E.B.15
Phansalkar, A.16
Stefanović, D.17
VanDrunen, T.18
Von Dincklage, D.19
Wiedermann, B.20
more..
-
10
-
-
0036040605
-
Efficient and precise datarace detection for multithreaded object-oriented programs
-
J.-D. Choi, K. Lee, A. Loginov, R. O'Callahan, V. Sarkar, and M. Sridharan. Efficient and precise datarace detection for multithreaded object-oriented programs. In Proceedings of the ACM SIGPLAN Conf. on Programming Language Design and Implementation (PLDI), pages 258-269, 2002.
-
(2002)
Proceedings Of The ACM SIGPLAN Conf. On Programming Language Design And Implementation (PLDI)
, pp. 258-269
-
-
Choi, J.-D.1
Lee, K.2
Loginov, A.3
O'Callahan, R.4
Sarkar, V.5
Sridharan, M.6
-
13
-
-
1442264406
-
Understanding the connectivity of heap objects
-
M. Hirzel, J. Henkel, A. Diwan, and M. Hind. Understanding the connectivity of heap objects. In Proceedings of the Workshop on Memory Systems Performance (MSP) and the Intl. Symp. on Memory Management (ISMM), pages 143-156, 2003.
-
(2003)
Proceedings Of The Workshop On Memory Systems Performance (MSP) And The Intl. Symp. On Memory Management (ISMM)
, pp. 143-156
-
-
Hirzel, M.1
Henkel, J.2
Diwan, A.3
Hind, M.4
-
16
-
-
0034593015
-
Putting static analysis to work for verification: A case study
-
T. Lev-Ami, T. Reps, M. Sagiv, and R. Wilhelm. Putting static analysis to work for verification: A case study. In In Intl. Symp. on Software Testing and Analysis, pages 26-38, 2000.
-
(2000)
Intl. Symp. On Software Testing And Analysis
, pp. 26-38
-
-
Lev-Ami, T.1
Reps, T.2
Sagiv, M.3
Wilhelm, R.4
-
27
-
-
0039488517
-
Parametric shape analysis via 3-valued logic
-
M. Sagiv, T. W. Reps, and R. Wilhelm. Parametric shape analysis via 3-valued logic. ACM Transactions on Programming Languages and Systems, 24(3):217-298, 2002.
-
(2002)
ACM Transactions On Programming Languages And Systems
, vol.24
, Issue.3
, pp. 217-298
-
-
Sagiv, M.1
Reps, T.W.2
Wilhelm, R.3
-
28
-
-
0542404067
-
Segregating heap objects by reference behavior and lifetime
-
M. L. Seidl andB. G. Zorn. Segregating heap objects by reference behavior and lifetime. SIGOPS Oper. Syst. Rev., 32 (5):12-23, 1998.
-
(1998)
SIGOPS Oper. Syst. Rev.
, vol.32
, Issue.5
, pp. 12-23
-
-
Seidl, M.L.1
Zorn, B.G.2
-
29
-
-
0004129421
-
Predicting references to dynamically allocated objects
-
M. L. Seidl, M. L. Seidl, M. L. Seidl, B. G. Zorn, B. G. Zorn, and B. G. Zorn. Predicting references to dynamically allocated objects. Technical report, 1997.
-
(1997)
Technical Report
-
-
Seidl, M.L.1
Seidl, M.L.2
Seidl, M.L.3
Zorn, B.G.4
Zorn, B.G.5
Zorn, B.G.6
-
34
-
-
23344441355
-
Joeq: A virtual machine and compiler infrastructure
-
J. Whaley. Joeq: A virtual machine and compiler infrastructure. Science of Computer Programming, 57(3):339-356, 2005.
-
(2005)
Science Of Computer Programming
, vol.57
, Issue.3
, pp. 339-356
-
-
Whaley, J.1
-
35
-
-
57349084066
-
Kicking the tires of software transactional memory: Why the going gets tough
-
R. M. Yoo, Y. Ni, A. Welc, B. Saha, A.-R. Adl-Tabatabai, and H.-H. S. Lee. Kicking the tires of software transactional memory: why the going gets tough. In Proceedings of the 20th ACM Symp. on Parallelism in Algorithms and Architectures (SPAA), pages 265-274, 2008.
-
(2008)
Proceedings Of The 20th ACM Symp. On Parallelism In Algorithms And Architectures (SPAA)
, pp. 265-274
-
-
Yoo, R.M.1
Ni, Y.2
Welc, A.3
Saha, B.4
Adl-Tabatabai, A.-R.5
Lee, H.-H.S.6
|