Výsledky vyhľadávania - Software and its engineering Software notations and tools Compilers Preprocessors
Alternativne vyhľadávanie:
- Software and its engineering Software notations and tools Compilers Preprocessors »
-
1
HexT5: Unified Pre-Training for Stripped Binary Code Information Inference
ISSN: 2643-1572Vydavateľské údaje: IEEE 11.09.2023Vydané v IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“…Decompilation is a widely used process for reverse engineers to significantly enhance code readability by lifting assembly code to a higher-level C-like…”
Získať plný text
Konferenčný príspevok.. -
2
Speculative Decoding for Verilog: Speed and Quality, All in One
Vydavateľské údaje: IEEE 22.06.2025Vydané v 2025 62nd ACM/IEEE Design Automation Conference (DAC) (22.06.2025)“…The rapid advancement of large language models (LLMs) has revolutionized code generation tasks across various programming languages. However, the unique…”
Získať plný text
Konferenčný príspevok.. -
3
Experiences Building an MLIR-Based SYCL Compiler
ISSN: 2643-2838Vydavateľské údaje: IEEE 02.03.2024Vydané v Proceedings / International Symposium on Code Generation and Optimization (02.03.2024)“…Similar to other programming models, compilers for SYCL, the open programming model for heterogeneous computing based on C++…”
Získať plný text
Konferenčný príspevok.. -
4
PyraNet: A Multi-Layered Hierarchical Dataset for Verilog
Vydavateľské údaje: IEEE 22.06.2025Vydané v 2025 62nd ACM/IEEE Design Automation Conference (DAC) (22.06.2025)“…Recently, there has been a growing interest in leveraging Large Language Models for Verilog code generation. However, the current quality of the generated…”
Získať plný text
Konferenčný príspevok.. -
5
mlirSynth: Automatic, Retargetable Program Raising in Multi-Level IR Using Program Synthesis
Vydavateľské údaje: IEEE 21.10.2023Vydané v 2023 32nd International Conference on Parallel Architectures and Compilation Techniques (PACT) (21.10.2023)“…MLIR is an emerging compiler infrastructure for modern hardware, but existing programs cannot take advantage of MLIR's high-performance compilation if they are described in lower-level general purpose languages…”
Získať plný text
Konferenčný príspevok.. -
6
An analysis of the variability in forty preprocessor-based software product lines
ISBN: 9781605587196, 1605587192ISSN: 0270-5257Vydavateľské údaje: New York, NY, USA ACM 01.05.2010Vydané v 2010 ACM/IEEE 32nd International Conference on Software Engineering (01.05.2010)“… Despite its error-proneness and low abstraction level, the preprocessor is still widely used in present-day software projects to implement variable software…”
Získať plný text
Konferenčný príspevok.. -
7
SugarC: Scalable Desugaring of Real-World Preprocessor Usage into Pure C
ISSN: 1558-1225Vydavateľské údaje: ACM 01.05.2022Vydané v 2022 IEEE/ACM 44th International Conference on Software Engineering (ICSE) (01.05.2022)“… the preprocessor's compile-time variability with C's runtime-variability. In this work, we design and implement a desugaring tool, SugarC, that transforms away real-world preprocessor usage…”
Získať plný text
Konferenčný príspevok.. -
8
Semantic Analysis of Macro Usage for Portability
ISSN: 1558-1225Vydavateľské údaje: ACM 14.04.2024Vydané v Proceedings / International Conference on Software Engineering (14.04.2024)“…C is an unsafe language. Researchers have been developing tools to port C to safer languages such as Rust, Checked C, or Go…”
Získať plný text
Konferenčný príspevok.. -
9
Representing and Reasoning about Dynamic Code
ISSN: 2643-1572Vydavateľské údaje: ACM 01.09.2020Vydané v 2020 35th IEEE/ACM International Conference on Automated Software Engineering (ASE) (01.09.2020)“…, JIT compiler bugs can lead to exploitable vulnerabilities in the resulting JIT-compiled code…”
Získať plný text
Konferenčný príspevok.. -
10
A Flang Plugin for Fortran Feature Characterization
Vydavateľské údaje: IEEE 17.11.2024Vydané v SC24-W: Workshops of the International Conference for High Performance Computing, Networking, Storage and Analysis (17.11.2024)“… In order to achieve this, development of compilers that support the latest hardware is continuously under development…”
Získať plný text
Konferenčný príspevok.. -
11
Selecting Software Phase Markers with Code Structure Analysis
ISBN: 0769524990, 9780769524993Vydavateľské údaje: Washington, DC, USA IEEE Computer Society 26.03.2006Vydané v Fourth IEEE/ACM International Symposium on Code Generation and Optimization (CGO 2006): 26-29 March 2006/New York, New York (26.03.2006)“… These "software phase markers" can be used to easily detect phase changes across different inputs to a program without hardware support…”
Získať plný text
Konferenčný príspevok.. -
12
Static Validation of C Preprocessor Macros
ISBN: 1424452597, 9781424452590ISSN: 1938-4300Vydavateľské údaje: IEEE 01.11.2009Vydané v 2009 IEEE/ACM International Conference on Automated Software Engineering (01.11.2009)“…The widely used C preprocessor (CPP) is generally considered a source of difficulty for understanding and maintaining C/C++ programs…”
Získať plný text
Konferenčný príspevok.. -
13
Advanced ahead-of-time compilation for Javascript engine: work-in-progress
ISBN: 1450351840, 9781450351843Vydavateľské údaje: New York, NY, USA ACM 15.10.2017Vydané v Proceedings of the 2017 International Conference on Compilers, Architectures and Synthesis for Embedded Systems Companion (15.10.2017)“…JavaScript1 is heavily used in the web, yet it is much slower than other languages. To improve the JavaScript performance, ahead-of-time compilation (AOTC) has…”
Získať plný text
Konferenčný príspevok.. -
14
Dynamic Class Hierarchy Mutation
ISBN: 0769524990, 9780769524993Vydavateľské údaje: Washington, DC, USA IEEE Computer Society 26.03.2006Vydané v Fourth IEEE/ACM International Symposium on Code Generation and Optimization (CGO 2006): 26-29 March 2006/New York, New York (26.03.2006)“…Class hierarchies in object-oriented programs are used to capture various attributes of the underlying objects they represent, allowing programmers to…”
Získať plný text
Konferenčný príspevok.. -
15
TEST: a tracer for extracting speculative threads
ISBN: 076951913X, 9780769519135Vydavateľské údaje: Washington, DC, USA IEEE Computer Society 23.03.2003Vydané v Proceedings of the international symposium on Code generation and optimization: feedback-directed and runtime optimization (23.03.2003)“… Traditional parallelizing compilers do not work effectively on most integer programs, and software profiling slows down program execution too much for real-time…”
Získať plný text
Konferenčný príspevok.. -
16
Combining Program Recovery, Auto-Parallelisation and Locality Analysis for C Programs on Multi-Processor Embedded Systems
ISBN: 9780769520216, 0769520219Vydavateľské údaje: Washington, DC, USA IEEE Computer Society 27.09.2003Vydané v 12th International Conference on Parallel Architectures and Compilation Techniques : PACT 2003 : 27 September-1 October, 2003, New Orleans, Louisiana : proceedings (27.09.2003)“…This paper develops a complete auto-parallelisation approach for multiple-address space digital signal processors (DSPs). It combines a pointer conversion…”
Získať plný text
Konferenčný príspevok.. -
17
A programmable preprocessor for parallelizing Fortran-90
ISBN: 1581130910, 9781581130911Vydavateľské údaje: New York, NY, USA ACM 01.01.1999Vydané v Proceedings of the 1999 ACM/IEEE Conference on Supercomputing (01.01.1999)“… The tool provides the basic functionality of a traditional preprocessor where directives are embedded in a serial Fortran program and interpreted by the preprocessor to produce parallel Fortran code with MPI calls…”
Získať plný text
Konferenčný príspevok.. -
18
A macro preprocessor for the simulation language network II.5
ISBN: 0818620676, 9780818620676Vydavateľské údaje: Piscataway, NJ, USA IEEE Press 01.04.1990Vydané v Proceedings of the 23rd annual symposium on Simulation (01.04.1990)“…Network II.5 [Garrison 1989] is a powerful simulation tool for the design and analysis of multiprocessor systems, but lacks features to support modelling-in-the-large…”
Získať plný text
Konferenčný príspevok.. -
19
Interprocedural compilation of irregular applications for distributed memory machines
ISBN: 0897918169, 9780897918169Vydavateľské údaje: New York, NY, USA ACM 08.12.1995Vydané v Proceedings of the 1995 ACM/IEEE Supercomputing Conference ; Supercomputing '95 : San Diego, California, USA December 3 through 8, 1995 (08.12.1995)“…Data parallel languages like High Performance Fortran (HPF) are emerging as the architecture independent mode of programming distributed memory parallel…”
Získať plný text
Konferenčný príspevok.. -
20
Implementing generalized operator overloading
ISSN: 0038-0644, 1097-024XVydavateľské údaje: New York John Wiley & Sons, Ltd 01.05.1998Vydané v Software, practice & experience (01.05.1998)“… Our idea is to use unrestricted operator overloading as a tool to map the problem domain notation directly into an existing programming language…”
Získať plný text
Journal Article

