Sciweavers

1760 search results - page 178 / 352
» Program Analysis Using Weighted Pushdown Systems
Sort
View
AICCSA
2008
IEEE
266views Hardware» more  AICCSA 2008»
15 years 7 months ago
A novel flow-sensitive type and effect analysis for securing C code
In this paper, we present a novel type and effect analysis for detecting type cast errors and memory errors in C source code. Our approach involves a type system with effect, regi...
Syrine Tlili, Mourad Debbabi
108
Voted
IOR
2006
177views more  IOR 2006»
15 years 24 days ago
Combinatorial Benders' Cuts for Mixed-Integer Linear Programming
Mixed-Integer Programs (MIP's) involving logical implications modelled through big-M coefficients, are notoriously among the hardest to solve. In this paper we propose and an...
Gianni Codato, Matteo Fischetti
108
Voted
GECCO
2007
Springer
276views Optimization» more  GECCO 2007»
15 years 7 months ago
Meta-optimizing semantic evolutionary search
I present MOSES (meta-optimizing semantic evolutionary search), a new probabilistic modeling (estimation of distribution) approach to program evolution. Distributions are not esti...
Moshe Looks
92
Voted
VLC
2008
88views more  VLC 2008»
15 years 21 days ago
Towards a specification of the ToonTalk language
ToonTalk is a child-oriented programming language whose environment is an animated virtual world, with objects that children can pick up and use as in a game, such as birds, truck...
Leonel Morgado, Ken Kahn
155
Voted
POPL
2003
ACM
16 years 1 months ago
Selective memoization
We present a framework for applying memoization selectively. The framework provides programmer control over equality, space usage, and identification of precise dependences so tha...
Umut A. Acar, Guy E. Blelloch, Robert Harper