Suchergebnisse - Software and its engineering Software notations and tools Compilers Preprocessors

Andere Suchmöglichkeiten:

  1. 1

    HexT5: Unified Pre-Training for Stripped Binary Code Information Inference von Xiong, Jiaqi, Chen, Guoqiang, Chen, Kejiang, Gao, Han, Cheng, Shaoyin, Zhang, Weiming

    ISSN: 2643-1572
    Veröffentlicht: IEEE 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 …”
    Volltext
    Tagungsbericht
  2. 2

    Speculative Decoding for Verilog: Speed and Quality, All in One von Xu, Changran, Liu, Yi, Zhou, Yunhao, Huang, Shan, Xu, Ningyi, Xu, Qiang

    Veröffentlicht: IEEE 22.06.2025
    “… The rapid advancement of large language models (LLMs) has revolutionized code generation tasks across various programming languages. However, the unique …”
    Volltext
    Tagungsbericht
  3. 3

    Experiences Building an MLIR-Based SYCL Compiler von Tiotto, Ettore, Perez, Victor, Tsang, Whitney, Sommer, Lukas, Oppermann, Julian, Lomuller, Victor, Goli, Mehdi, Brodman, James

    ISSN: 2643-2838
    Veröffentlicht: IEEE 02.03.2024
    “… Similar to other programming models, compilers for SYCL, the open programming model for heterogeneous computing based on C++ …”
    Volltext
    Tagungsbericht
  4. 4

    PyraNet: A Multi-Layered Hierarchical Dataset for Verilog von Nadimi, Bardia, Boutaib, Ghali Omar, Zheng, Hao

    Veröffentlicht: IEEE 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 …”
    Volltext
    Tagungsbericht
  5. 5

    mlirSynth: Automatic, Retargetable Program Raising in Multi-Level IR Using Program Synthesis von Brauckmann, Alexander, Polgreen, Elizabeth, Grosser, Tobias, O'Boyle, Michael F. P.

    Veröffentlicht: IEEE 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 …”
    Volltext
    Tagungsbericht
  6. 6

    An analysis of the variability in forty preprocessor-based software product lines von Liebig, Jörg, Apel, Sven, Lengauer, Christian, Kästner, Christian, Schulze, Michael

    ISBN: 9781605587196, 1605587192
    ISSN: 0270-5257
    Veröffentlicht: New York, NY, USA ACM 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 …”
    Volltext
    Tagungsbericht
  7. 7

    SugarC: Scalable Desugaring of Real-World Preprocessor Usage into Pure C von Patterson, Zachary, Zhang, Zenong, Pappas, Brent, Wei, Shiyi, Gazzillo, Paul

    ISSN: 1558-1225
    Veröffentlicht: ACM 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 …”
    Volltext
    Tagungsbericht
  8. 8

    Semantic Analysis of Macro Usage for Portability von Pappas, Brent, Gazzillo, Paul

    ISSN: 1558-1225
    Veröffentlicht: ACM 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 …”
    Volltext
    Tagungsbericht
  9. 9

    Representing and Reasoning about Dynamic Code von Bartels, Jesse, Stephens, Jon, Debray, Saumya

    ISSN: 2643-1572
    Veröffentlicht: ACM 01.09.2020
    “… , JIT compiler bugs can lead to exploitable vulnerabilities in the resulting JIT-compiled code …”
    Volltext
    Tagungsbericht
  10. 10

    A Flang Plugin for Fortran Feature Characterization von Cabrera, Anthony M., Bernholdt, David E.

    Veröffentlicht: IEEE 17.11.2024
    “… In order to achieve this, development of compilers that support the latest hardware is continuously under development …”
    Volltext
    Tagungsbericht
  11. 11

    Selecting Software Phase Markers with Code Structure Analysis von Lau, Jeremy, Perelman, Erez, Calder, Brad

    ISBN: 0769524990, 9780769524993
    Veröffentlicht: Washington, DC, USA IEEE Computer Society 26.03.2006
    “… These "software phase markers" can be used to easily detect phase changes across different inputs to a program without hardware support …”
    Volltext
    Tagungsbericht
  12. 12

    Static Validation of C Preprocessor Macros von Saebjernsen, A., Lingxiao Jiang, Quinlan, D., Zhendong Su

    ISBN: 1424452597, 9781424452590
    ISSN: 1938-4300
    Veröffentlicht: IEEE 01.11.2009
    “… The widely used C preprocessor (CPP) is generally considered a source of difficulty for understanding and maintaining C/C++ programs …”
    Volltext
    Tagungsbericht
  13. 13

    Advanced ahead-of-time compilation for Javascript engine: work-in-progress von Park, HyukWoo, Kim, SungKook, Moon, Soo-Mook

    ISBN: 1450351840, 9781450351843
    Veröffentlicht: New York, NY, USA ACM 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 …”
    Volltext
    Tagungsbericht
  14. 14

    Dynamic Class Hierarchy Mutation von Su, Lixin, Lipasti, Mikko H.

    ISBN: 0769524990, 9780769524993
    Veröffentlicht: Washington, DC, USA IEEE Computer Society 26.03.2006
    “… Class hierarchies in object-oriented programs are used to capture various attributes of the underlying objects they represent, allowing programmers to …”
    Volltext
    Tagungsbericht
  15. 15

    TEST: a tracer for extracting speculative threads von Chen, Michael, Olukotun, Kunle

    ISBN: 076951913X, 9780769519135
    Veröffentlicht: Washington, DC, USA IEEE Computer Society 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 …”
    Volltext
    Tagungsbericht
  16. 16

    Combining Program Recovery, Auto-Parallelisation and Locality Analysis for C Programs on Multi-Processor Embedded Systems von Franke, Björn, O'Boyle, M. F. P.

    ISBN: 9780769520216, 0769520219
    Veröffentlicht: Washington, DC, USA IEEE Computer Society 27.09.2003
    “… This paper develops a complete auto-parallelisation approach for multiple-address space digital signal processors (DSPs). It combines a pointer conversion …”
    Volltext
    Tagungsbericht
  17. 17

    A programmable preprocessor for parallelizing Fortran-90 von Rosing, Matt

    ISBN: 1581130910, 9781581130911
    Veröffentlicht: New York, NY, USA ACM 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 …”
    Volltext
    Tagungsbericht
  18. 18

    A macro preprocessor for the simulation language network II.5 von Thuente, David J., Sedlmeyer, Robert L.

    ISBN: 0818620676, 9780818620676
    Veröffentlicht: Piscataway, NJ, USA IEEE Press 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 …”
    Volltext
    Tagungsbericht
  19. 19

    Interprocedural compilation of irregular applications for distributed memory machines von Agrawal, Gagan, Saltz, Joel

    ISBN: 0897918169, 9780897918169
    Veröffentlicht: New York, NY, USA ACM 08.12.1995
    “… Data parallel languages like High Performance Fortran (HPF) are emerging as the architecture independent mode of programming distributed memory parallel …”
    Volltext
    Tagungsbericht
  20. 20

    Implementing generalized operator overloading von Miles, William S., Johnson, Leroy F.

    ISSN: 0038-0644, 1097-024X
    Veröffentlicht: New York John Wiley & Sons, Ltd 01.05.1998
    Veröffentlicht in 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 …”
    Volltext
    Journal Article