Sciweavers

15 search results - page 1 / 3
» An Experiment in Automatic Conversion of Legacy Java Program...
Sort
View
AICCSA
2006
IEEE
113views Hardware» more  AICCSA 2006»
13 years 11 months ago
An Experiment in Automatic Conversion of Legacy Java Programs to C#
Mohammad El-Ramly, Rihab Eltayeb, Hisham A. Alla
IPPS
2003
IEEE
13 years 10 months ago
Wrapping Legacy Codes for Grid-Based Applications
This paper describes a process for the semi-automatic conversion of numerical and scientific routines written in the C programming language into Triana-based computational servic...
Yan Huang, Ian Taylor, David W. Walker, Robert Dav...
ECOOP
1999
Springer
13 years 9 months ago
Towards Automatic Specialization of Java Programs
Abstract. Automatic program specialization can derive efficient implementations from generic components, thus reconciling the often opposing goals of genericity and efficiency. Thi...
Ulrik Pagh Schultz, Julia L. Lawall, Charles Conse...
CC
1999
Springer
320views System Software» more  CC 1999»
13 years 9 months ago
Floating Point to Fixed Point Conversion of C Code
In processors that do not support floating-point instructions, using fixed-point arithmetic instead of floating-point emulation trades off computation accuracy for execution spe...
Andrea G. M. Cilio, Henk Corporaal
OOPSLA
2007
Springer
13 years 11 months ago
Ilea: inter-language analysis across java and c
Java bug finders perform static analysis to find implementation mistakes that can lead to exploits and failures; Java compilers perform static analysis for optimization. If Java...
Gang Tan, Greg Morrisett