BibTeX records: Gary Sevitsky

download as .bib file

@article{DBLP:journals/tosem/XuMARSS14,
  author       = {Guoqing Xu and
                  Nick Mitchell and
                  Matthew Arnold and
                  Atanas Rountev and
                  Edith Schonberg and
                  Gary Sevitsky},
  title        = {Scalable Runtime Bloat Detection Using Abstract Dynamic Slicing},
  journal      = {{ACM} Trans. Softw. Eng. Methodol.},
  volume       = {23},
  number       = {3},
  pages        = {23:1--23:50},
  year         = {2014},
  url          = {https://doi.org/10.1145/2560047},
  doi          = {10.1145/2560047},
  timestamp    = {Fri, 04 Jun 2021 01:00:00 +0200},
  biburl       = {https://dblp.org/rec/journals/tosem/XuMARSS14.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/ecoop/ChisMSSOPM11,
  author       = {Adriana E. Chis and
                  Nick Mitchell and
                  Edith Schonberg and
                  Gary Sevitsky and
                  Patrick O'Sullivan and
                  Trevor Parsons and
                  John Murphy},
  editor       = {Mira Mezini},
  title        = {Patterns of Memory Inefficiency},
  booktitle    = {{ECOOP} 2011 - Object-Oriented Programming - 25th European Conference,
                  Lancaster, UK, July 25-29, 2011 Proceedings},
  series       = {Lecture Notes in Computer Science},
  volume       = {6813},
  pages        = {383--407},
  publisher    = {Springer},
  year         = {2011},
  url          = {https://doi.org/10.1007/978-3-642-22655-7\_18},
  doi          = {10.1007/978-3-642-22655-7\_18},
  timestamp    = {Thu, 14 Oct 2021 01:00:00 +0200},
  biburl       = {https://dblp.org/rec/conf/ecoop/ChisMSSOPM11.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/software/MitchellSS10,
  author       = {Nick Mitchell and
                  Edith Schonberg and
                  Gary Sevitsky},
  title        = {Four Trends Leading to Java Runtime Bloat},
  journal      = {{IEEE} Softw.},
  volume       = {27},
  number       = {1},
  pages        = {56--63},
  year         = {2010},
  url          = {https://doi.org/10.1109/MS.2010.7},
  doi          = {10.1109/MS.2010.7},
  timestamp    = {Mon, 08 Jun 2020 01:00:00 +0200},
  biburl       = {https://dblp.org/rec/journals/software/MitchellSS10.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/pldi/XuMARSS10,
  author       = {Guoqing Xu and
                  Nick Mitchell and
                  Matthew Arnold and
                  Atanas Rountev and
                  Edith Schonberg and
                  Gary Sevitsky},
  editor       = {Benjamin G. Zorn and
                  Alex Aiken},
  title        = {Finding low-utility data structures},
  booktitle    = {Proceedings of the 2010 {ACM} {SIGPLAN} Conference on Programming
                  Language Design and Implementation, {PLDI} 2010, Toronto, Ontario,
                  Canada, June 5-10, 2010},
  pages        = {174--186},
  publisher    = {{ACM}},
  year         = {2010},
  url          = {https://doi.org/10.1145/1806596.1806617},
  doi          = {10.1145/1806596.1806617},
  timestamp    = {Mon, 22 Jul 2024 10:17:08 +0200},
  biburl       = {https://dblp.org/rec/conf/pldi/XuMARSS10.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sigsoft/XuMARS10,
  author       = {Guoqing Xu and
                  Nick Mitchell and
                  Matthew Arnold and
                  Atanas Rountev and
                  Gary Sevitsky},
  editor       = {Gruia{-}Catalin Roman and
                  Kevin J. Sullivan},
  title        = {Software bloat analysis: finding, removing, and preventing performance
                  problems in modern large-scale object-oriented applications},
  booktitle    = {Proceedings of the Workshop on Future of Software Engineering Research,
                  FoSER 2010, at the 18th {ACM} {SIGSOFT} International Symposium on
                  Foundations of Software Engineering, 2010, Santa Fe, NM, USA, November
                  7-11, 2010},
  pages        = {421--426},
  publisher    = {{ACM}},
  year         = {2010},
  url          = {https://doi.org/10.1145/1882362.1882448},
  doi          = {10.1145/1882362.1882448},
  timestamp    = {Tue, 01 Feb 2022 10:45:16 +0100},
  biburl       = {https://dblp.org/rec/conf/sigsoft/XuMARS10.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/ecoop/MitchellSS09,
  author       = {Nick Mitchell and
                  Edith Schonberg and
                  Gary Sevitsky},
  editor       = {Sophia Drossopoulou},
  title        = {Making Sense of Large Heaps},
  booktitle    = {{ECOOP} 2009 - Object-Oriented Programming, 23rd European Conference,
                  Genoa, Italy, July 6-10, 2009. Proceedings},
  series       = {Lecture Notes in Computer Science},
  volume       = {5653},
  pages        = {77--97},
  publisher    = {Springer},
  year         = {2009},
  url          = {https://doi.org/10.1007/978-3-642-03013-0\_5},
  doi          = {10.1007/978-3-642-03013-0\_5},
  timestamp    = {Tue, 14 May 2019 10:00:54 +0200},
  biburl       = {https://dblp.org/rec/conf/ecoop/MitchellSS09.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/pldi/XuAMRS09,
  author       = {Guoqing Xu and
                  Matthew Arnold and
                  Nick Mitchell and
                  Atanas Rountev and
                  Gary Sevitsky},
  editor       = {Michael Hind and
                  Amer Diwan},
  title        = {Go with the flow: profiling copies to find runtime bloat},
  booktitle    = {Proceedings of the 2009 {ACM} {SIGPLAN} Conference on Programming
                  Language Design and Implementation, {PLDI} 2009, Dublin, Ireland,
                  June 15-21, 2009},
  pages        = {419--430},
  publisher    = {{ACM}},
  year         = {2009},
  url          = {https://doi.org/10.1145/1542476.1542523},
  doi          = {10.1145/1542476.1542523},
  timestamp    = {Fri, 25 Jun 2021 14:48:54 +0200},
  biburl       = {https://dblp.org/rec/conf/pldi/XuAMRS09.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sigsoft/DufourRS08,
  author       = {Bruno Dufour and
                  Barbara G. Ryder and
                  Gary Sevitsky},
  editor       = {Mary Jean Harrold and
                  Gail C. Murphy},
  title        = {A scalable technique for characterizing the usage of temporaries in
                  framework-intensive Java applications},
  booktitle    = {Proceedings of the 16th {ACM} {SIGSOFT} International Symposium on
                  Foundations of Software Engineering, 2008, Atlanta, Georgia, USA,
                  November 9-14, 2008},
  pages        = {59--70},
  publisher    = {{ACM}},
  year         = {2008},
  url          = {https://doi.org/10.1145/1453101.1453111},
  doi          = {10.1145/1453101.1453111},
  timestamp    = {Tue, 01 Feb 2022 10:45:16 +0100},
  biburl       = {https://dblp.org/rec/conf/sigsoft/DufourRS08.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/issta/DufourRS07,
  author       = {Bruno Dufour and
                  Barbara G. Ryder and
                  Gary Sevitsky},
  editor       = {David S. Rosenblum and
                  Sebastian G. Elbaum},
  title        = {Blended analysis for performance understanding of framework-based
                  applications},
  booktitle    = {Proceedings of the {ACM/SIGSOFT} International Symposium on Software
                  Testing and Analysis, {ISSTA} 2007, London, UK, July 9-12, 2007},
  pages        = {118--128},
  publisher    = {{ACM}},
  year         = {2007},
  url          = {https://doi.org/10.1145/1273463.1273480},
  doi          = {10.1145/1273463.1273480},
  timestamp    = {Tue, 06 Nov 2018 16:57:30 +0100},
  biburl       = {https://dblp.org/rec/conf/issta/DufourRS07.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/oopsla/MitchellS07,
  author       = {Nick Mitchell and
                  Gary Sevitsky},
  editor       = {Richard P. Gabriel and
                  David F. Bacon and
                  Cristina Videira Lopes and
                  Guy L. Steele Jr.},
  title        = {The causes of bloat, the limits of health},
  booktitle    = {Proceedings of the 22nd Annual {ACM} {SIGPLAN} Conference on Object-Oriented
                  Programming, Systems, Languages, and Applications, {OOPSLA} 2007,
                  October 21-25, 2007, Montreal, Quebec, Canada},
  pages        = {245--260},
  publisher    = {{ACM}},
  year         = {2007},
  url          = {https://doi.org/10.1145/1297027.1297046},
  doi          = {10.1145/1297027.1297046},
  timestamp    = {Fri, 25 Jun 2021 14:48:54 +0200},
  biburl       = {https://dblp.org/rec/conf/oopsla/MitchellS07.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/woda/MitchellSKS07,
  author       = {Nick Mitchell and
                  Gary Sevitsky and
                  Palani Kumanan and
                  Edith Schonberg},
  title        = {Data Structure Health},
  booktitle    = {Fifth International Workshop on Dynamic Analysis, WODA@ICSE 2007,
                  Minneapolis, MN, USA, 20-26 May, 2007},
  pages        = {2},
  publisher    = {{IEEE} Computer Society},
  year         = {2007},
  url          = {https://doi.org/10.1109/WODA.2007.1},
  doi          = {10.1109/WODA.2007.1},
  timestamp    = {Fri, 24 Mar 2023 00:00:00 +0100},
  biburl       = {https://dblp.org/rec/conf/woda/MitchellSKS07.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/ecoop/MitchellSS06,
  author       = {Nick Mitchell and
                  Gary Sevitsky and
                  Harini Srinivasan},
  editor       = {Dave Thomas},
  title        = {Modeling Runtime Behavior in Framework-Based Applications},
  booktitle    = {{ECOOP} 2006 - Object-Oriented Programming, 20th European Conference,
                  Nantes, France, July 3-7, 2006, Proceedings},
  series       = {Lecture Notes in Computer Science},
  volume       = {4067},
  pages        = {429--451},
  publisher    = {Springer},
  year         = {2006},
  url          = {https://doi.org/10.1007/11785477\_25},
  doi          = {10.1007/11785477\_25},
  timestamp    = {Tue, 14 May 2019 10:00:54 +0200},
  biburl       = {https://dblp.org/rec/conf/ecoop/MitchellSS06.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/ecoop/MitchellS03,
  author       = {Nick Mitchell and
                  Gary Sevitsky},
  editor       = {Luca Cardelli},
  title        = {LeakBot: An Automated and Lightweight Tool for Diagnosing Memory Leaks
                  in Large Java Applications},
  booktitle    = {{ECOOP} 2003 - Object-Oriented Programming, 17th European Conference,
                  Darmstadt, Germany, July 21-25, 2003, Proceedings},
  series       = {Lecture Notes in Computer Science},
  volume       = {2743},
  pages        = {351--377},
  publisher    = {Springer},
  year         = {2003},
  url          = {https://doi.org/10.1007/978-3-540-45070-2\_16},
  doi          = {10.1007/978-3-540-45070-2\_16},
  timestamp    = {Sun, 02 Jun 2019 21:16:57 +0200},
  biburl       = {https://dblp.org/rec/conf/ecoop/MitchellS03.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/dagstuhl/PauwJMSVY01,
  author       = {Wim De Pauw and
                  Erik Jensen and
                  Nick Mitchell and
                  Gary Sevitsky and
                  John M. Vlissides and
                  Jeaha Yang},
  editor       = {Stephan Diehl},
  title        = {Visualizing the Execution of Java Programs},
  booktitle    = {Software Visualization, International Seminar Dagstuhl Castle, Germany,
                  May 20-25, 2001, Revised Lectures},
  series       = {Lecture Notes in Computer Science},
  volume       = {2269},
  pages        = {151--162},
  publisher    = {Springer},
  year         = {2001},
  url          = {https://doi.org/10.1007/3-540-45875-1\_12},
  doi          = {10.1007/3-540-45875-1\_12},
  timestamp    = {Tue, 14 May 2019 10:00:51 +0200},
  biburl       = {https://dblp.org/rec/conf/dagstuhl/PauwJMSVY01.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/tools/SevitskyPK01,
  author       = {Gary Sevitsky and
                  Wim De Pauw and
                  Ravi B. Konuru},
  title        = {An Information Exploration Tool for Performance Analysis of Java Programs},
  booktitle    = {{TOOLS} Europe 2001: 38th International Conference on Technology of
                  Object-Oriented Languages and Systems, Components for Mobile Computing,
                  Zurich, Switzerland, 12-14 March 2001},
  pages        = {85--101},
  publisher    = {{IEEE} Computer Society},
  year         = {2001},
  url          = {https://doi.org/10.1109/TOOLS.2001.911758},
  doi          = {10.1109/TOOLS.2001.911758},
  timestamp    = {Thu, 23 Mar 2023 00:00:00 +0100},
  biburl       = {https://dblp.org/rec/conf/tools/SevitskyPK01.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/concurrency/PauwS00,
  author       = {Wim De Pauw and
                  Gary Sevitsky},
  title        = {Visualizing reference patterns for solving memory leaks in Java},
  journal      = {Concurr. Pract. Exp.},
  volume       = {12},
  number       = {14},
  pages        = {1431--1454},
  year         = {2000},
  url          = {https://doi.org/10.1002/1096-9128(20001210)12:14\&\#60;1431::AID-CPE542\&\#62;3.0.CO;2-2},
  doi          = {10.1002/1096-9128(20001210)12:14\&\#60;1431::AID-CPE542\&\#62;3.0.CO;2-2},
  timestamp    = {Thu, 21 May 2020 01:00:00 +0200},
  biburl       = {https://dblp.org/rec/journals/concurrency/PauwS00.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/ecoop/PauwS99,
  author       = {Wim De Pauw and
                  Gary Sevitsky},
  editor       = {Rachid Guerraoui},
  title        = {Visualizing Reference Patterns for Solving Memory Leaks in Java},
  booktitle    = {ECOOP'99 - Object-Oriented Programming, 13th European Conference,
                  Lisbon, Portugal, June 14-18, 1999, Proceedings},
  series       = {Lecture Notes in Computer Science},
  volume       = {1628},
  pages        = {116--134},
  publisher    = {Springer},
  year         = {1999},
  url          = {https://doi.org/10.1007/3-540-48743-3\_6},
  doi          = {10.1007/3-540-48743-3\_6},
  timestamp    = {Wed, 07 Dec 2022 23:08:18 +0100},
  biburl       = {https://dblp.org/rec/conf/ecoop/PauwS99.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}