Suchergebnisse - "functions and subroutines"
-
1
Automatic Parallelism Management
ISSN: 2475-1421, 2475-1421Veröffentlicht: New York, NY, USA ACM 02.01.2024Veröffentlicht in Proceedings of ACM on programming languages (02.01.2024)“… On any modern computer architecture today, parallelism comes with a modest cost, born from the creation and management of threads or tasks. Today, programmers …”
Volltext
Journal Article -
2
Type Universes as Kripke Worlds
ISSN: 2475-1421, 2475-1421Veröffentlicht: New York, NY, USA ACM 05.08.2025Veröffentlicht in Proceedings of ACM on programming languages (05.08.2025)“… What are mutable references; what do they mean? The answers to these questions have spawned lots of important theoretical work and form the foundation of many …”
Volltext
Journal Article -
3
Better Defunctionalization through Lambda Set Specialization
ISSN: 2475-1421, 2475-1421Veröffentlicht: New York, NY, USA ACM 06.06.2023Veröffentlicht in Proceedings of ACM on programming languages (06.06.2023)“… Higher-order functions pose a challenge for both static program analyses and optimizing compilers. To simplify the analysis and compilation of languages with …”
Volltext
Journal Article -
4
Can guided decomposition help end-users write larger block-based programs? a mobile robot experiment
ISSN: 2475-1421, 2475-1421Veröffentlicht: New York, NY, USA ACM 31.10.2022Veröffentlicht in Proceedings of ACM on programming languages (31.10.2022)“… Block-based programming environments, already popular in computer science education, have been successfully used to make programming accessible to end-users in …”
Volltext
Journal Article -
5
History of Logo
ISSN: 2475-1421, 2475-1421Veröffentlicht: 14.06.2020Veröffentlicht in Proceedings of ACM on programming languages (14.06.2020)“… Logo is more than a programming language. It is a learning environment where children explore mathematical ideas and create projects of their own design. Logo, …”
Volltext
Journal Article -
6
Intensional Functions
ISSN: 2475-1421, 2475-1421Veröffentlicht: New York, NY, USA ACM 08.10.2024Veröffentlicht in Proceedings of ACM on programming languages (08.10.2024)“… Functions in functional languages have a single elimination form — application — and cannot be compared, hashed, or subjected to other non-application …”
Volltext
Journal Article -
7
Compositional Quantum Control Flow with Efficient Compilation in Qunity
ISSN: 2475-1421, 2475-1421Veröffentlicht: New York, NY, USA ACM 09.10.2025Veröffentlicht in Proceedings of ACM on programming languages (09.10.2025)“… Most existing quantum programming languages are based on the quantum circuit model of computation, as higher-level abstractions are particularly challenging to …”
Volltext
Journal Article -
8
Dynamic dispatch of context-sensitive optimizations
ISSN: 2475-1421, 2475-1421Veröffentlicht: New York, NY, USA ACM 13.11.2020Veröffentlicht in Proceedings of ACM on programming languages (13.11.2020)“… Academia has spent much effort into making context-sensitive analyses practical, with great profit. However, the implementation of context-sensitive …”
Volltext
Journal Article -
9
Path-Sensitive Inference of Function Precedence Protocols
ISBN: 9780769528281, 0769528287ISSN: 0270-5257Veröffentlicht: IEEE 01.05.2007Veröffentlicht in 29th International Conference on Software Engineering (ICSE'07) (01.05.2007)“… Function precedence protocols define ordering relations among function calls in a program. In some instances, precedence protocols are well-understood (e.g., a …”
Volltext
Tagungsbericht -
10
Deriving executable process descriptions from UML
ISBN: 158113472X, 9781581134728ISSN: 0270-5257Veröffentlicht: New York, NY, USA ACM 2002Veröffentlicht in Proceedings - International Conference on Software Engineering (2002)“… In the recent past, a relevant effort has been devoted to the definition of process modeling languages (PMLs). The resulting languages and environments …”
Volltext
Tagungsbericht Journal Article -
11
Exhaustive Optimization Phase Order Space Exploration
ISBN: 0769524990, 9780769524993Veröffentlicht: Washington, DC, USA IEEE Computer Society 26.03.2006Veröffentlicht in Fourth IEEE/ACM International Symposium on Code Generation and Optimization (CGO 2006): 26-29 March 2006/New York, New York (26.03.2006)“… The phase-ordering problem is a long standing issue for compiler writers. Most optimizing compilers typically have numerous different code-improving phases, …”
Volltext
Tagungsbericht -
12
Building Approximate Calling Context from Partial Call Traces
ISBN: 9780769535760, 0769535763Veröffentlicht: Washington, DC, USA IEEE Computer Society 22.03.2009Veröffentlicht in Code Generation and Optimization, Proceedings (22.03.2009)“… We present an approach for building calling context information useful for program understanding, performance analysis and optimizations. Our approach exploits …”
Volltext
Tagungsbericht -
13
Experiences with Multi-threading and Dynamic Class Loading in a Java Just-In-Time Compiler
ISBN: 0769524990, 9780769524993Veröffentlicht: Washington, DC, USA IEEE Computer Society 26.03.2006Veröffentlicht in Fourth IEEE/ACM International Symposium on Code Generation and Optimization (CGO 2006): 26-29 March 2006/New York, New York (26.03.2006)“… In this paper, we describe the techniques that have been implemented in the IBM TestaRossa (TR) Just-in-Time(JIT) compiler to safely perform aggressive code …”
Volltext
Tagungsbericht -
14
Inline Analysis: Beyond Selection Heuristics
ISBN: 0769524990, 9780769524993Veröffentlicht: Washington, DC, USA IEEE Computer Society 26.03.2006Veröffentlicht in Fourth IEEE/ACM International Symposium on Code Generation and Optimization (CGO 2006): 26-29 March 2006/New York, New York (26.03.2006)“… Research on procedure inlining has mainly focused on heuristics that decide whether inlining a particular call-site maximizes application performance. However, …”
Volltext
Tagungsbericht -
15
Post Register Allocation Spill Code Optimization
ISBN: 0769524990, 9780769524993Veröffentlicht: Washington, DC, USA IEEE Computer Society 26.03.2006Veröffentlicht in Fourth IEEE/ACM International Symposium on Code Generation and Optimization (CGO 2006): 26-29 March 2006/New York, New York (26.03.2006)“… A highly optimized register allocator should provide an efficient placement of save/restore code for procedures that contain calls. This paper presents a new …”
Volltext
Tagungsbericht -
16
Library Functions Timing Characterization for Source-Level Analysis
ISBN: 0769518702, 9780769518701ISSN: 1530-1591Veröffentlicht: Washington, DC, USA IEEE Computer Society 03.03.2003Veröffentlicht in Design, Automation, and Test in Europe: Proceedings of the conference on Design, Automation and Test in Europe - Volume 1; 03-07 Mar. 2003 (03.03.2003)“… Execution time estimation of software at source-level is nowadays a crucial phase of the system design flow, especially for portable devices and real-time …”
Volltext
Tagungsbericht -
17
Modularity in BDI-Based Multi-agent Programming Languages
ISBN: 0769538010, 9780769538013Veröffentlicht: Washington, DC, USA IEEE Computer Society 15.09.2009Veröffentlicht in Proceedings of the 2009 IEEE/WIC/ACM International Joint Conference on Web Intelligence and Intelligent Agent Technology - Volume 02 (15.09.2009)“… This paper proposes a module-based vision for designing BDI-based multi-agent programming languages. The introduced concept of modules enables common …”
Volltext
Tagungsbericht -
18
Procedural Abstraction with Reverse Prefix Trees
ISBN: 9780769535760, 0769535763Veröffentlicht: Washington, DC, USA IEEE Computer Society 22.03.2009Veröffentlicht in Code Generation and Optimization, Proceedings (22.03.2009)“… For memory constrained environments like embedded systems, optimization for size is often as important as, if not more important than, optimization for …”
Volltext
Tagungsbericht -
19
Data flow anomaly detection of recursive procedures
ISSN: 0020-7160, 1029-0265Veröffentlicht: Abingdon Gordon and Breach Science Publishers S.A 01.01.1994Veröffentlicht in International journal of computer mathematics (01.01.1994)“… Let P be a program and v be a variable of P; let G p be the flowgraph of P; and, let p 1 , be a node in G P that corresponds to a point in P where a variable v …”
Volltext
Journal Article -
20
Static memory allocation by pointer analysis and coloring
ISBN: 9780769509938, 0769509932Veröffentlicht: Piscataway, NJ, USA IEEE Press 13.03.2001Veröffentlicht in Proceedings of the conference on Design, automation and test in Europe (13.03.2001)Volltext
Tagungsbericht

