Adding practical (runtime) facts to a program
- From: yaoziyuan@xxxxxxxxx
- Date: 5 Aug 2006 04:51:23 -0700
Traditionally, the compiler and the debugger are researched and
developed separately. I think the programmer could add information
about a program's practical requirements to the source code of this
program (or the debugger could also automatically collect such
information from test runs), and such information would be useful for
the compiler to further optimize the binary code (e.g. translate a
"for" loop according to its practical runtime loop count) and for
program verifiers to find potential logical problems (e.g. boundary
check).
Such information could also give other programmers an understanding of
the magnitude of input data the program can handle, etc.
What do you think of this?
Yao Ziyuan
.
- Follow-Ups:
- Re: Adding practical (runtime) facts to a program
- From: A . L .
- Re: Adding practical (runtime) facts to a program
- From: yaoziyuan
- Re: Adding practical (runtime) facts to a program
- Prev by Date: Re: Definition of Empty Graph
- Next by Date: The reachability problem of Petri net with priority is undecidable!
- Previous by thread: Subsets from a set
- Next by thread: Re: Adding practical (runtime) facts to a program
- Index(es):
Relevant Pages
|