George Necula

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
George Necula
File:George Necula.jpg
George Necula in Berkeley in 2010.
Nationality Romanian
Fields Computer Science
Institutions University of California, Berkeley
Alma mater Carnegie Mellon University
Doctoral advisor Peter Lee
Known for Proof-carrying code

George Ciprian Necula is a Romanian computer scientist and professor at the University of California, Berkeley who does research in the area of programming languages and software engineering, with a particular focus on software verification and formal methods. He is best known for his Ph.D. thesis work first describing proof-carrying code,[1] a work that received the 2007 SIGPLAN Most Influential POPL Paper Award.[2]

Life and work

Originally from Baia Mare, Romania,[3] Necula attended the Polytechnic University of Bucharest before coming to Carnegie Mellon University in the United States to complete his Ph.D. under programming languages researcher Peter Lee. His Ph.D. thesis first describing proof-carrying code was influential as a mechanism to allow untrusted machine code to run safely without performance overhead. He joined as faculty at the University of California, Berkeley in 1998.

More recently, Necula's work has focused on open-source analysis, verification, and transformation tools for C, including the C Intermediate Language (CIL), CCured [1], and Deputy [2].

C Intermediate Language

C Intermediate Language (CIL) is a simplified subset of the C programming language, as well as a set of tools for transforming C programs into that language.[4][5][6] Several other tools use CIL as a way to have access to a C abstract syntax tree. Some of these programs are Frama-c (Framework to Analyze C programs) or Compcert (C compiler proven in coq).

Awards

Necula is a Fellow of the Okawa Foundation and the Alfred P. Sloan Foundation (see Sloan Fellowship). He received the Grace Murray Hopper Award in 2001,[7] the National Science Foundation CAREER Award in 1999,[8] and the ACM SIGOPS Hall of Fame Award in 2006.[9]

References

  1. George C. Necula. Compiling with Proofs. PhD thesis, School of Computer Science, Carnegie Mellon Univ., Sept. 1998.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. https://github.com/cil-project/cil
  6. http://portal.acm.org/citation.cfm?id=727796 CIL: Intermediate Language and Tools for Analysis and Transformation of C Programs Lecture Notes In Computer Science; Vol. 2304 Proceedings of the 11th International Conference on Compiler Construction Pages: 213 - 228. Year of Publication: 2002. ISBN 3-540-43369-4
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.

External links