Sciweavers

2018 search results - page 126 / 404
» Code Normal Forms
Sort
View
CONCURRENCY
1998
181views more  CONCURRENCY 1998»
15 years 2 months ago
Communication Performance of Java-Based Parallel Virtual Machines
Message passing libraries such as Parallel Virtual Machine PVM and Message Passing Interface MPI provide a common Application Programming Interface API to implement parallel...
Narendar Yalamanchilli, William W. Cohen
CC
2009
Springer
153views System Software» more  CC 2009»
16 years 3 months ago
Register Spilling and Live-Range Splitting for SSA-Form Programs
Register allocation decides which parts of a variable's live range are held in registers and which in memory. The compiler inserts spill code to move the values of variables b...
Matthias Braun, Sebastian Hack
111
Voted
SEFM
2009
IEEE
15 years 9 months ago
A Computability Perspective on Self-Modifying Programs
Abstract—In order to increase their stealth, malware commonly use the self-modification property of programs. By doing so, programs can hide their real code so that it is diffi...
Guillaume Bonfante, Jean-Yves Marion, Daniel Reyna...
125
Voted
ICC
2008
IEEE
148views Communications» more  ICC 2008»
15 years 9 months ago
Analysis of Differential Unitary Space-Time Modulation over Non-Identical MIMO Channels
Abstract— We present an analytical study on the error performance of differential unitary space-time modulation (DUSTM) over multiple-input multiple-output (MIMO) channels with n...
Meixia Tao
IWPC
2003
IEEE
15 years 7 months ago
Effective, Automatic Procedure Extraction
Legacy code can often be made more understandable and maintainable by extracting out selected sets of statements to form procedures and replacing the extracted code with procedure...
Raghavan Komondoor, Susan Horwitz