Sciweavers

771 search results - page 85 / 155
» Concept Analysis - A New Framework for Program Understanding
Sort
View
ML
2006
ACM
14 years 2 months ago
Ocsigen: typing web interaction with objective Caml
Ocsigen is a framework for programming highly dynamic web sites in Objective Caml. It allows to program sites as Ocaml applications and introduces new concepts to take into accoun...
Vincent Balat
ECOOP
2006
Springer
13 years 11 months ago
Improving AOP Systems' Evolvability by Decoupling Advices from Base Code
The evolvability of AOP systems is severely affected by the tight coupling between aspects and base code. This paper identifies the advice fragility problem, originated in the need...
Alan Cyment, Nicolas Kicillof, Rubén Altman...
SEKE
2004
Springer
14 years 1 months ago
Visualizing the evolution of software using softChange
A typical software development team leaves behind a large amount of information. This information takes different forms, such as mail messages, software releases, version control ...
Daniel M. Germán, Abram Hindle, Norman Jord...
SIPS
2006
IEEE
14 years 2 months ago
Configuration and Representation of Large-Scale Dataflow Graphs using the Dataflow Interchange Format
—A wide variety of DSP design tools have been developed that incorporate dataflow graph representations into their GUI-based design environments. However, as the complexity of ap...
Ivan Corretjer, Chia-Jui Hsu, Shuvra S. Bhattachar...
PLDI
2005
ACM
14 years 1 months ago
Automatic pool allocation: improving performance by controlling data structure layout in the heap
This paper describes Automatic Pool Allocation, a transformation framework that segregates distinct instances of heap-based data structures into seperate memory pools and allows h...
Chris Lattner, Vikram S. Adve