Zobrazeno 1 - 10
of 47
pro vyhledávání: '"Kwang-Moo Choe"'
Autor:
Hyunjun Eo1 poisson@ropas.kaist.ac.kr, Kwang-Moo Choe1 choe@cs.kaist.ac.kr, Kwangkeun Yi2 kwang@ropas.snu.ac.kr
Publikováno v:
New Generation Computing. 2006, Vol. 24 Issue 1, p53-78. 26p.
Autor:
Gyung-Ok Lee1 golee@hanshin.ac.kr, Kwang-Moo Choe2 choe@cs.kaist.ac.kr
Publikováno v:
SIAM Journal on Computing. 2005, Vol. 35 Issue 2, p359. 19p.
Publikováno v:
ACM Transactions on Embedded Computing Systems. 12:1-23
In imperative synchronous languages, a statement is called schizophrenic if it is executed more than once in a single clock. When a schizophrenic statement is translated into a circuit, the circuit can behave abnormally because of the multiple execut
Autor:
Kwang-Moo Choe, Woongsik Choi
Publikováno v:
Information and Software Technology. 53:818-833
Context: Pointer analysis is an important building block of optimizing compilers and program analyzers for C language. Various methods with precision and performance trade-offs have been proposed. Among them, cycle elimination has been successfully u
Publikováno v:
Information and Software Technology. 52:210-219
Buffer overflow detection using static analysis can provide a powerful tool for software programmers to find difficult bugs in C programs. Sound static analysis based on abstract interpretation, however, often suffers from false alarm problem. Althou
Publikováno v:
Journal of Systems Architecture. 56:136-149
Finding the best data layout has been an ultimate goal of memory optimization. Even with data access profile, heuristic algorithms are needed to reorganize data layout for better locality. The best layout could be found by running the given applicati
Publikováno v:
IEICE Transactions on Information and Systems. :985-993
Esterel is an imperative synchronous language for control-dominant reactive systems. Regardless of imperative features of Esterel, combination of parallel execution and preemption makes it difficult to build control flow graphs (CFGs) of Esterel prog
Publikováno v:
The Journal of Supercomputing. 56:25-55
Multicore architectures are evolving with the promise of extreme performance for the classes of applications that require high performance and large bandwidth of memory. Irregular reduction is one of important computation patterns for many complex sc
Autor:
Seunghwan O, Kwang-Moo Choe
Publikováno v:
IEICE Transactions on Information and Systems. :2924-2932
The concept of LR(k) validity is represented as an abstract interpretation of a refinement of the derivation semantics of a given grammar. Also the algorithm of LR(k) parsing is represented as an abstract interpretation of the refined semantics. Such
Publikováno v:
Journal of Systems and Software. 72:59-69
Current JDK Java compiler relies on programmer's declarations (by throws clauses) for checking against uncaught exceptions of the input program. It is not elaborate enough to remove programmer's unnecessary handlers nor suggest to programmers for spe