Sciweavers

564 search results - page 2 / 113
» Lazy Code Motion
Sort
View
ICIP
2004
IEEE
14 years 10 months ago
Layered motion estimation and coding for fully scalable 3d wavelet video coding
This paper proposes a framework of scalable motion estimation and coding with the structure of multi-layers for 3D wavelet video coding. The motion representation consists of mult...
Ruiqin Xiong, Jizheng Xu, Feng Wu, Shipeng Li, Ya-...
PLILP
1998
Springer
14 years 22 days ago
Mobile Haskell: Compiling Lazy Functional Programs for the Java Virtual Machine
This paper shows how lazy functional programs can be made mobile by compiling them for the Java Virtual Machine. The Haskell compiler it describes is based on the h ,Gi-machine, wh...
David Wakeling
IEEEINTERACT
2003
IEEE
14 years 1 months ago
High Performance Code Generation through Lazy Activation Records
For call intensive programs, function calls are major bottlenecks during program execution since they usually force register contents to be spilled into memory. Such register to m...
Manoranjan Satpathy, Rabi N. Mahapatra, Siddharth ...
LISP
2008
72views more  LISP 2008»
13 years 8 months ago
Imperative-program transformation by instrumented-interpreter specialization
We describe how to implement strength reduction, loop-invariant code motion and loop quasi-invariant code motion by specializing instrumented interpreters. To curb code duplication...
Søren Debois
PEPM
2009
ACM
14 years 5 months ago
Designing aspects for side-effect localization
Computation performed in many typical aspects involve side effects. In a purely functional setting, adding such aspects using techniques such as monadification will generally lea...
Kung Chen, Jia-Yin Lin, Shu-Chun Weng, Siau-Cheng ...