1999
DOI: 10.1016/s1571-0661(05)80283-x
|View full text |Cite
|
Sign up to set email alerts
|

Object Closure Conversion

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
7
0

Year Published

2004
2004
2016
2016

Publication Types

Select...
3
3

Relationship

0
6

Authors

Journals

citations
Cited by 7 publications
(7 citation statements)
references
References 14 publications
0
7
0
Order By: Relevance
“…Glew has formalized source-to-source closure conversion for an object calculus that supports the nested definitions of methods [17]. The language is very different from C in that it does not have classes and type equivalence is by structure, not name.…”
Section: Discussionmentioning
confidence: 99%
“…Glew has formalized source-to-source closure conversion for an object calculus that supports the nested definitions of methods [17]. The language is very different from C in that it does not have classes and type equivalence is by structure, not name.…”
Section: Discussionmentioning
confidence: 99%
“…Interest in fully abstract translation has a long history [25,34,17,40,37,35,6,7,2,18,3,16,29,30], with several authors pointing out that failures of full abstraction can be turned into security exploits [1,21,14].…”
Section: Related Workmentioning
confidence: 99%
“…Clearly, many target languages, including C and C++, do not directly support higher-order functions, and we eliminate them using the process known as closure conversion 1 or lambda lifting [11], [12]. As the result, the descriptor system used in Intel IPP and FFTW naturally arises.…”
Section: Library Generationmentioning
confidence: 99%
“…It is widely known that in object-oriented languages closures can be naturally expressed with objects and vice versa, which makes C++ a good choice for a target language. This conversion is also discussed in detail in [12], [13]. In our library generator, we create a class for each recursion step; the class attributes are the cold and reinit parameters of the recursion step.…”
Section: Library Generationmentioning
confidence: 99%