Contents
Academic literature on the topic 'Compilation séparée'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Compilation séparée.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Compilation séparée"
Privat, Jean, and Roland Ducournau. "Intégration d'optimisations globales en compilation séparée des langages à objets." L'objet 10, no. 2-3 (September 30, 2004): 61–74. http://dx.doi.org/10.3166/objet.10.2-3.61-74.
Full textGosciniak, André S. "Mondialisation et bien être." Canadian Journal of Political Science 40, no. 3 (September 2007): 790–92. http://dx.doi.org/10.1017/s0008423907070965.
Full textOswald, John. "Le plunderphonique1 ou le piratage audio comme prérogative compositionnelle2." Circuit 18, no. 2 (August 27, 2008): 27–38. http://dx.doi.org/10.7202/018651ar.
Full textDissertations / Theses on the topic "Compilation séparée"
Hainque, Olivier. "Compilation séparée et exécution distribuée d'applications synchrones modulaires programmées en Esterel." Paris, ENST, 2000. http://www.theses.fr/2000ENST0025.
Full textBernard, Luc. "Développement d'un jeu de structures de données et de contraintes sémantiques pour la compilation(séparée) du langage ADA." Doctoral thesis, Universite Libre de Bruxelles, 1985. http://hdl.handle.net/2013/ULB-DIPOT:oai:dipot.ulb.ac.be:2013/213624.
Full textPrivat, Jean. "De l'expressivité à l'efficacité : une approche modulaire des langages à objets : le langage PRM et le compilateur prmc." Montpellier 2, 2006. http://www.theses.fr/2006MON20007.
Full textThis thesis is placed in the context of statically typed languages object-oriented languages as C++ or Eiffel. It is divided into two parts. The first one relates to language specification. It approaches and formalizes the relations between classes and properties while insisting on the problems of the multiple inheritance: a class can redefine methods inherited from classes it specializes. It also proposes the class refinement mechanism which makes it possible to add a posteriori new properties to existing classes. This mechanism, coupled with a concept of module hierarchy, is based on a structural analogy with the relations between classes and properties: a module can refine imported classes from modules on which it depends. Its originality is to take into account multiple dependencies, multiple refinements, and combinations of refinement and specialization. This first part also presents PRM, a language which validates our approach of multiple inheritance, modules, and class refinement. The second part relates to the compilation of object-oriented languages. It proposes an original schema of compilation for object-oriented languages which is separate—the modules are compiled independently of their final uses—and includes global implementation techniques which require the knowledge of the whole program: type analysis, dead code suppression, coloring and binary tree dispatch. These techniques cancel the cost of multiple inheritance and class refinement and strongly reduce the inherent cost of polymorphism of any objectoriented language. The originality of such an approach is the application of global techniques after the compilation of modules. Prmc, the PRM compiler, is then presented, and the schema of compilation we propose is validated by different benchmarks