Sciweavers

2943 search results - page 278 / 589
» Software Implementation of Synchronous Programs
Sort
View
208
Voted
DLS
2009
150views Languages» more  DLS 2009»
15 years 1 months ago
Fast type reconstruction for dynamically typed programming languages
Type inference and type reconstruction derive static types for program elements that have no static type associated with them. They have a wide range of usage, such as helping to ...
Frédéric Pluquet, Antoine Marot, Roe...
122
Voted
BIRTHDAY
2005
Springer
15 years 9 months ago
Term Rewriting Meets Aspect-Oriented Programming
We explore the connection between term rewriting systems (TRS) and aspect-oriented programming (AOP). Term rewriting is a paradigm that is used in fields such as program transform...
Paul Klint, Tijs van der Storm, Jurgen J. Vinju
141
Voted
SIGCSE
1999
ACM
193views Education» more  SIGCSE 1999»
15 years 8 months ago
Cache conscious programming in undergraduate computer science
The wide-spread use of microprocessor based systems that utilize cache memory to alleviate excessively long DRAM access times introduces a new dimension in the quest to obtain goo...
Alvin R. Lebeck
126
Voted
FORTE
2008
15 years 5 months ago
Program Repair Suggestions from Graphical State-Transition Specifications
In software engineering, graphical formalisms, like state-transition tables and automata, are very often indispensable parts of the specifications. Such a formalism usually leads t...
Farn Wang, Chih-Hong Cheng
231
Voted
ACMMSP
2006
ACM
278views Hardware» more  ACMMSP 2006»
15 years 9 months ago
Atomicity via source-to-source translation
We present an implementation and evaluation of atomicity (also known as software transactions) for a dialect of Java. Our implementation is fundamentally different from prior work...
Benjamin Hindman, Dan Grossman