Sciweavers

3256 search results - page 5 / 652
» Mixin-Based Programming in C
Sort
View
IPPS
2010
IEEE
13 years 5 months ago
The pilot approach to cluster programming in C
John D. Carter, William B. Gardner, Gary Gré...
POPL
2012
ACM
12 years 3 months ago
An executable formal semantics of C with applications
This paper describes an executable formal semantics of C. Being executable, the semantics has been thoroughly tested against the GCC torture test suite and successfully passes 99....
Chucky Ellison, Grigore Rosu
HIPS
1998
IEEE
13 years 11 months ago
ViC*: A Compiler for Virtual-Memory C*
Alex Colvin, Thomas H. Cormen
IEE
2000
143views more  IEE 2000»
13 years 7 months ago
Object-oriented preprocessor fit for C++
: C++ retains the ANSI C preprocessor, although its limitations have been widely recognised. We describe FOG, a meta-compiler for a super-set of C++, that provides replacement prep...
Edward D. Willink, Vyacheslav B. Muchnick
POPL
2012
ACM
12 years 3 months ago
A mechanized semantics for C++ object construction and destruction, with applications to resource management
We present a formal operational semantics and its Coq mechanization for the C++ object model, featuring object construction and destruction, shared and repeated multiple inheritan...
Tahina Ramananandro, Gabriel Dos Reis, Xavier Lero...