Sciweavers

9595 search results - page 249 / 1919
» Functional programming in C
Sort
View
PLDI
1998
ACM
15 years 10 months ago
The Implementation of the Cilk-5 Multithreaded Language
The fth release of the multithreaded language Cilk uses a provably good \work-stealing" scheduling algorithm similar to the rst system, but the language has been completely r...
Matteo Frigo, Charles E. Leiserson, Keith H. Randa...
OOPSLA
2009
Springer
16 years 29 days ago
Debug all your code: portable mixed-environment debugging
Programmers build large-scale systems with multiple languages to reuse legacy code and leverage languages best suited to their problems. For instance, the same program may use Jav...
Byeongcheol Lee, Martin Hirzel, Robert Grimm, Kath...
POPL
2002
ACM
16 years 6 months ago
Towards automatic construction of staged compilers
Some compilation systems, such as offline partial evaluators and selective dynamic compilation systems, support staged optimizations. A staged optimization is one where a logicall...
Matthai Philipose, Craig Chambers, Susan J. Eggers
JUCS
2006
92views more  JUCS 2006»
15 years 6 months ago
Program Slicing by Calculation
: Program slicing is a well known family of techniques used to identify code fragments which depend on or are depended upon specific program entities. They are particularly useful ...
Nuno F. Rodrigues, Luís Soares Barbosa
113
Voted
SIGCSE
2006
ACM
130views Education» more  SIGCSE 2006»
16 years 11 days ago
Tools for teaching introductory programming: what works?
Kris Powers, Paul Gross, Steve Cooper, Myles F. Mc...