• Documents
  • Authors
  • Tables
  • Log in
  • Sign up
  • MetaCart
  • DMCA
  • Donate

CiteSeerX logo

Advanced Search Include Citations

Tools

Sorted by:
Try your query at:
Semantic Scholar Scholar Academic
Google Bing DBLP
Results 1 - 10 of 134,299
Next 10 →

MULTIPROCESSORS AND RUNTIME COMPILATION 1

by Joel Saltz, Harry Berryman, Janet Wu, N Sa, Joel Saltz, Harry Berryman, Janet Wu , 1990
"... ('_I,,c;,__._,,._] f'.?t, no) i"dlLT [_r,!]L.r-s_{j n: _ A _ " 24 p C_:CL ..."
Abstract - Add to MetaCart
('_I,,c;,__._,,._] f'.?t, no) i"dlLT [_r,!]L.r-s_{j n: _ A _ " 24 p C_:CL

· Matlab Runtime compiler 7.14

by The Amd-app-sdk V
"... HistoStitcher is a tool for the reconstruction of stitched whole mount histology sections (WMHS) by selecting common fiducials on the edges of adjacent histology quadrants. HistoStitcher offers real-time rendering of histology images by using a multi-resolution pyramid for each histology quadrant. T ..."
Abstract - Add to MetaCart
HistoStitcher is a tool for the reconstruction of stitched whole mount histology sections (WMHS) by selecting common fiducials on the edges of adjacent histology quadrants. HistoStitcher offers real-time rendering of histology images by using a multi-resolution pyramid for each histology quadrant. This software is intended for research purposes only, not for diagnostic or clinical use.

Tailoring graph-coloring register allocation for runtime compilation

by Keith D. Cooper, Anshuman Dasgupta - In International Symposium on Code Generation and Optimization (CGO’06 , 2006
"... Just-in-time compilers are invoked during application execution and therefore need to ensure fast compilation times. Consequently, runtime compiler designers are averse to implementing compile-time intensive optimization algo-rithms. Instead, they tend to select faster but less effective transformat ..."
Abstract - Cited by 8 (0 self) - Add to MetaCart
Just-in-time compilers are invoked during application execution and therefore need to ensure fast compilation times. Consequently, runtime compiler designers are averse to implementing compile-time intensive optimization algo-rithms. Instead, they tend to select faster but less effective

Evaluating Runtime-Compiled Value-Specific Optimizations

by David Keppel, Susan J. Eggers, Robert R. Henry , 1993
"... Traditional compiler optimizations are either dataindependent or optimize around common data values while retaining correct behavior for uncommon values. This paper examines value-specific data-dependent optimizations (VSO), where code is optimized at runtime around particular input values. Because ..."
Abstract - Cited by 36 (3 self) - Add to MetaCart
Traditional compiler optimizations are either dataindependent or optimize around common data values while retaining correct behavior for uncommon values. This paper examines value-specific data-dependent optimizations (VSO), where code is optimized at runtime around particular input values. Because

MPI Datatype Processing using Runtime Compilation

by Timo Schneider, Fredrik Kjolstad, Torsten Hoefler
"... Data packing before and after communication can make up as much as 90 % of the communication time on modern computers. Despite MPI’s well-defined datatype interface for non-contiguous data access, many codes use manual pack loops for performance reasons. Programmers write accesspattern specific pack ..."
Abstract - Cited by 1 (1 self) - Add to MetaCart
pack loops (e.g., do manual unrolling) for which compilers emit optimized code. In contrast, MPI implementations in use today interpret datatypes at pack time, resulting in high overheads. In this work we explore the effectiveness of using runtime compilation techniques to generate efficient

Runtime Compilation of Array-Oriented Python Programs

by Alex Rubinsteyn , 2013
"... This thesis is dedicated to my parents and to the area code 60076. iii Acknowledgements When I came to New York in 2007, I brought with me a Subaru Outback (mostly full of books), a thinly acquired degree in Neuroscience, a rapidly shrinking bank ac-count, and a nebulous plan to become a mathematici ..."
Abstract - Cited by 1 (0 self) - Add to MetaCart
greatly from the arrangement. • Professor Amir Pnueli, who was a great teacher and whose course in compilers strongly inuenced me. • My oor secretary, Leslie, who bravely shields us all from absurdities so we can get work done. Without you, I probably would have dropped out by now. • Ben, for being a

MetaVM: A Transparent Distributed Object System Supported by Runtime Compiler

by Kazuyuki Shudo Yoichi, Yoichi Muraoka - In Proc. of 2000 International Conference on Parallel and Distributed Processing Techniques and Applications (PDPTA’2000 , 2000
"... MetaVM is a distributed object system for Java virtual machine. It allows programmers to deal with remote objects in the same way they do local objects. Therefore, it can provide a single machine image to programmers. We implemented a runtime compiler of Java bytecode to provide the facilities. The ..."
Abstract - Add to MetaCart
MetaVM is a distributed object system for Java virtual machine. It allows programmers to deal with remote objects in the same way they do local objects. Therefore, it can provide a single machine image to programmers. We implemented a runtime compiler of Java bytecode to provide the facilities

MetaVM: A transparent distributed object system supported by runtime compiler

by Kazuyuki Shudo, Yoichi Muraoka - In Proc. of 2000 International Conference on Parallel and Distributed Processing Techniques and Applications (PDPTA’2000 , 2000
"... Abstract MetaVM is a distributed object system for Java virtual machine. It allows programmers to deal with remote objects in the same way they do local objects. Therefore, it can provide a single machine image to programmers. We implemented a runtime compiler of Java bytecode to provide the facilit ..."
Abstract - Cited by 2 (2 self) - Add to MetaCart
Abstract MetaVM is a distributed object system for Java virtual machine. It allows programmers to deal with remote objects in the same way they do local objects. Therefore, it can provide a single machine image to programmers. We implemented a runtime compiler of Java bytecode to provide

Runtime Compilation Techniques for Data Partitioning and Communication Schedule Reuse

by Ravi Ponnusamy , Joel Saltz , Alok Choudhary - PROCEEDINGS OF THE 1993 ACM/IEEE CONFERENCE ON SUPERCOMPUTING , 1993
"... In this paper, we describe two new ideas by which HPF compiler can deal with irregular computations effectively. The first mechanism invokes a user specified mapping procedure via a set of compiler directives. The directives allow the user to use progmm arrays to describe graph connectivity, spatial ..."
Abstract - Cited by 49 (2 self) - Add to MetaCart
In this paper, we describe two new ideas by which HPF compiler can deal with irregular computations effectively. The first mechanism invokes a user specified mapping procedure via a set of compiler directives. The directives allow the user to use progmm arrays to describe graph connectivity

Cilk: An Efficient Multithreaded Runtime System

by Robert D. Blumofe , Christopher F. Joerg, Bradley C. Kuszmaul, Charles E. Leiserson, Keith H. Randall, Yuli Zhou - JOURNAL OF PARALLEL AND DISTRIBUTED COMPUTING , 1995
"... Cilk (pronounced "silk") is a C-based runtime system for multithreaded parallel programming. In this paper, we document the efficiency of the Cilk work-stealing scheduler, both empirically and analytically. We show that on real and synthetic applications, the "work" and "cri ..."
Abstract - Cited by 750 (40 self) - Add to MetaCart
Cilk (pronounced "silk") is a C-based runtime system for multithreaded parallel programming. In this paper, we document the efficiency of the Cilk work-stealing scheduler, both empirically and analytically. We show that on real and synthetic applications, the "work" and "
Next 10 →
Results 1 - 10 of 134,299
Powered by: Apache Solr
  • About CiteSeerX
  • Submit and Index Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2019 The Pennsylvania State University