http:^^www.cs.utexas.edu^users^oops^

来自「This data set contains WWW-pages collect」· EDU^USERS^OOPS^ 代码 · 共 132 行

EDU^USERS^OOPS^
132
字号
MIME-Version: 1.0
Server: CERN/3.0
Date: Monday, 06-Jan-97 19:47:11 GMT
Content-Type: text/html
Content-Length: 5279
Last-Modified: Wednesday, 13-Nov-96 18:37:09 GMT

<HTML><head><title>OOPS Research Group</title></head><body><h1>OOPS Research Group</h1>This is the home page for OOPS Research Group, supervised by <!WA0><!WA0><!WA0><!WA0><!WA0><!WA0><!WA0><!WA0><!WA0><!WA0><!WA0><!WA0><!WA0><!WA0><a href="http://www.cs.utexas.edu/users/wilson"> Prof. Paul R. Wilson</a>. The graduate studentsin the group are:<ul><li> <!WA1><!WA1><!WA1><!WA1><!WA1><!WA1><!WA1><!WA1><!WA1><!WA1><!WA1><!WA1><!WA1><!WA1><a href="http://www.cs.utexas.edu/users/esteban"> Stephen Paul Carl</a><li> <!WA2><!WA2><!WA2><!WA2><!WA2><!WA2><!WA2><!WA2><!WA2><!WA2><!WA2><!WA2><!WA2><!WA2><a href="http://www.cs.utexas.edu/users/gajit"> Ajit George</a><li> <!WA3><!WA3><!WA3><!WA3><!WA3><!WA3><!WA3><!WA3><!WA3><!WA3><!WA3><!WA3><!WA3><!WA3><a href="http://www.cs.utexas.edu/users/markj"> Mark S. Johnstone</a><li> <!WA4><!WA4><!WA4><!WA4><!WA4><!WA4><!WA4><!WA4><!WA4><!WA4><!WA4><!WA4><!WA4><!WA4><a href="http://www.cs.utexas.edu/users/svkakkad"> Sheetal V. Kakkad</a><li> <!WA5><!WA5><!WA5><!WA5><!WA5><!WA5><!WA5><!WA5><!WA5><!WA5><!WA5><!WA5><!WA5><!WA5><a href="http://www.cs.utexas.edu/users/sfkaplan"> Scott F. Kaplan</a><li> <!WA6><!WA6><!WA6><!WA6><!WA6><!WA6><!WA6><!WA6><!WA6><!WA6><!WA6><!WA6><!WA6><!WA6><a href="http://www.tkg.com/people/donovan"> Donovan Kolbly</a><li>  Michael Neely<li> <!WA7><!WA7><!WA7><!WA7><!WA7><!WA7><!WA7><!WA7><!WA7><!WA7><!WA7><!WA7><!WA7><!WA7><a href="http://www.cs.utexas.edu/users/zhuqing"> Zhu Qing</a><li>  Douglas M. Van Wieren</ul><hr><h2> Research Areas </h2><ul><li> Memory hierarchies, especially persistent object stores,distributed virtual memories, and caches.  We have developed a simple,high-performance persistent store for C++, called <!WA8><!WA8><!WA8><!WA8><!WA8><!WA8><!WA8><!WA8><!WA8><!WA8><!WA8><!WA8><!WA8><!WA8><ahref="http://www.cs.utexas.edu/users/oops/papers.html#texas"> Texas</a>, which uses <!WA9><!WA9><!WA9><!WA9><!WA9><!WA9><!WA9><!WA9><!WA9><!WA9><!WA9><!WA9><!WA9><!WA9><ahref="http://www.cs.utexas.edu/users/oops/papers.html#swizz"> pointer swizzling at page fault time</a> toimplement large address spaces efficiently on stock hardware andoperating systems, using standard compilers.<li> Basic studies of program behavior and memory allocation, whichattempt to repair the damage done by three decades of mostly unsoundstudies of memory allocation.  (See our extensive<!WA10><!WA10><!WA10><!WA10><!WA10><!WA10><!WA10><!WA10><!WA10><!WA10><!WA10><!WA10><!WA10><!WA10><a href="http://www.cs.utexas.edu/users/oops/papers.html#allocsrv"> allocator survey </a> and<!WA11><!WA11><!WA11><!WA11><!WA11><!WA11><!WA11><!WA11><!WA11><!WA11><!WA11><!WA11><!WA11><!WA11><a href="http://www.cs.utexas.edu/users/oops/papers.html#neely-thesis"> (NEW!) Mike Neely's masters thesis.</a>)<li> Automatic storage management, especially real-time, generationaland distributed.  See Wilson's <!WA12><!WA12><!WA12><!WA12><!WA12><!WA12><!WA12><!WA12><!WA12><!WA12><!WA12><!WA12><!WA12><!WA12><a href="http://www.cs.utexas.edu/users/oops/papers.html#bigsurv">large</a> and <!WA13><!WA13><!WA13><!WA13><!WA13><!WA13><!WA13><!WA13><!WA13><!WA13><!WA13><!WA13><!WA13><!WA13><a href="http://www.cs.utexas.edu/users/oops/papers.html#gcsurvey"> small</a> surveys ongarbage collection</a>, and papers on efficiency and <!WA14><!WA14><!WA14><!WA14><!WA14><!WA14><!WA14><!WA14><!WA14><!WA14><!WA14><!WA14><!WA14><!WA14><a href="http://www.cs.utexas.edu/users/oops/papers.html#caching-gen-gc"> locality</a> of garbage collectors.We have recently developed a hard <!WA15><!WA15><!WA15><!WA15><!WA15><!WA15><!WA15><!WA15><!WA15><!WA15><!WA15><!WA15><!WA15><!WA15><a href="http://www.cs.utexas.edu/users/oops/papers.html#real-time-gc">real-time garbage collector</a> (written in C++) which we use with C++(via a "smart pointer" interface) and our object-oriented Scheme.<li> <!WA16><!WA16><!WA16><!WA16><!WA16><!WA16><!WA16><!WA16><!WA16><!WA16><!WA16><!WA16><!WA16><!WA16><a href="http://www.cs.utexas.edu/users/oops/papers.html#prefetchsim"> Adaptive memory management</a>for virtual memory and file systems, especially dynamic grouping andcompression in log-structured file systems, and checkpointing forfault tolerance and time-travel debugging.<li> Implementation of highly extensible and portable programmingsystems, including our new object-oriented extended Scheme system, RScheme,which has threads, sockets, real-time GC, a TK interface, etc.  See<!WA17><!WA17><!WA17><!WA17><!WA17><!WA17><!WA17><!WA17><!WA17><!WA17><!WA17><!WA17><!WA17><!WA17><a href="http://www.rosette.com/~donovan/"> Donovan Kolbly</a>'s homepage for more info, alpha release source code, etc.  Paul Wilson's<!WA18><!WA18><!WA18><!WA18><!WA18><!WA18><!WA18><!WA18><!WA18><!WA18><!WA18><!WA18><!WA18><!WA18><a href="ftp://ftp.cs.utexas.edu/pub/garbage/schnotes"> course noteson Scheme</a>, Scheme interpretation and compilation (in rawASCII text), and<!WA19><!WA19><!WA19><!WA19><!WA19><!WA19><!WA19><!WA19><!WA19><!WA19><!WA19><!WA19><!WA19><!WA19><a href="ftp://ftp.cs.utexas.edu/pub/garbage/schnotes/rscheme.txt">RScheme</a>are also available via ftp.For a description our integrated macro-processing algorithm tosupport extensible languages and open compilers, see<!WA20><!WA20><!WA20><!WA20><!WA20><!WA20><!WA20><!WA20><!WA20><!WA20><!WA20><!WA20><!WA20><!WA20><a href="ftp://ftp.cs.utexas.edu/pub/garbage/carl-msthesis.ps"> (NEW!)Stephen Carl's masters thesis</a> (Note: this thesiscontains references to a couple of new papers we're writing whicharen't available yet, but will be (in draft form anyway) sometimesoon.) </ul>Also online is a draft of most of Paul Wilson's book-in-progress,<!WA21><!WA21><!WA21><!WA21><!WA21><!WA21><!WA21><!WA21><!WA21><!WA21><!WA21><!WA21><!WA21><!WA21><a href="ftp://ftp.cs.utexas.edu/pub/garbage/cs345/schintro-v11/schintro_toc.html"> (NEW!) An Introduction to Scheme and its Implementation </a> in htmlformat for web browsing.  This contains most (but not all) of the materialfrom the ASCII course notes on Scheme, in a much improved and expandedpresentation.  (It's about 300 standard texinfo pages so far.  More materialis in the works, including an intro to object systems and metaobjects.)Besides being a good general introduction to the Scheme language, Scheme programming, and interpreters and compilers, it providesa general introduction to things like macros---making it good backgroundreading for Stephen Carl's masters thesis.<p>A <!WA22><!WA22><!WA22><!WA22><!WA22><!WA22><!WA22><!WA22><!WA22><!WA22><!WA22><!WA22><!WA22><!WA22><a href="http://www.cs.utexas.edu/users/oops/papers.html">list of our papers</a>, with brief descriptions,is also available.<p>More papers, a bibliography on heap management, and the <!WA23><!WA23><!WA23><!WA23><!WA23><!WA23><!WA23><!WA23><!WA23><!WA23><!WA23><!WA23><!WA23><!WA23><ahref="ftp://ftp.cs.utexas.edu/pub/garbage/texas/"> source code forTexas Persistent Store</a> are available via anonymous ftp at <!WA24><!WA24><!WA24><!WA24><!WA24><!WA24><!WA24><!WA24><!WA24><!WA24><!WA24><!WA24><!WA24><!WA24><ahref="ftp://ftp.cs.utexas.edu/pub/garbage"><b>ftp.cs.utexas.edu:/pub/garbage</b></a>. The <!WA25><!WA25><!WA25><!WA25><!WA25><!WA25><!WA25><!WA25><!WA25><!WA25><!WA25><!WA25><!WA25><!WA25><a href="ftp://ftp.cs.utexas.edu/pub/garbage/README"> README</a> file lists all the available material including subdirectories whichcontain collected papers from the <!WA26><!WA26><!WA26><!WA26><!WA26><!WA26><!WA26><!WA26><!WA26><!WA26><!WA26><!WA26><!WA26><!WA26><a href="ftp://ftp.cs.utexas.edu/pub/garbage/GC91">1991</a> and <!WA27><!WA27><!WA27><!WA27><!WA27><!WA27><!WA27><!WA27><!WA27><!WA27><!WA27><!WA27><!WA27><!WA27><a href="ftp://ftp.cs.utexas.edu/pub/garbage/GC93">1993</a> OOPSLA Garbage Collection and Memory Management Workshops.<p>People interested in garbage collection may also be interested in<!WA28><!WA28><!WA28><!WA28><!WA28><!WA28><!WA28><!WA28><!WA28><!WA28><!WA28><!WA28><!WA28><!WA28><a href="ftp://ftp.netcom.com/pub/hb/hbaker/home.html"> Henry Baker'sftp site</a>, although it's on an overloaded site and may notbe accessible (keep trying).  Another site of great interest is<!WA29><!WA29><!WA29><!WA29><!WA29><!WA29><!WA29><!WA29><!WA29><!WA29><!WA29><!WA29><!WA29><!WA29><a href="ftp://parcftp.xerox.com/pub/gc"> Hans Boehm's</a> whichcontains several papers as well as free source code for severalgarbage collectors used with C, C++ and other languages.<hr><address><!WA30><!WA30><!WA30><!WA30><!WA30><!WA30><!WA30><!WA30><!WA30><!WA30><!WA30><!WA30><!WA30><!WA30><a href="http://www.cs.utexas.edu/users/svkakkad">Sheetal V. Kakkad</a></address></body></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?