Suchergebnisse - Code Type inference
-
1
Concrete Type Inference for Code Optimization using Machine Learning with SMT Solving
ISSN: 2475-1421, 2475-1421Veröffentlicht: New York, NY, USA ACM 16.10.2023Veröffentlicht in Proceedings of ACM on programming languages (16.10.2023)“… Despite the widespread popularity of dynamically typed languages such as Python, it is well known that they pose significant challenges to code optimization due to the lack of concrete type information …”
Volltext
Journal Article -
2
GraphTyper: Neural Types Inference from Code Represented as Graph
ISSN: 2079-8156Veröffentlicht: 2024Veröffentlicht in Trudy Instituta sistemnogo programmirovaniâ (2024)“… % of code in the company. Copilot is based on Codex, a Transformer model trained on code as a sequence …”
Volltext
Journal Article -
3
CKTyper: Enhancing Type Inference for Java Code Snippets by Leveraging Crowdsourcing Knowledge in Stack Overflow
ISSN: 2994-970X, 2994-970XVeröffentlicht: New York, NY, USA ACM 19.06.2025Veröffentlicht in Proceedings of the ACM on software engineering (19.06.2025)“… , the descriptions of similar code snippets) that could potentially improve the performance. In this paper, we propose a novel type inference approach, named CKTyper, by leveraging …”
Volltext
Journal Article -
4
SnR: Constraint-Based Type Inference for Incomplete Java Code Snippets
ISSN: 1558-1225Veröffentlicht: ACM 01.05.2022Veröffentlicht in 2022 IEEE/ACM 44th International Conference on Software Engineering (ICSE) (01.05.2022)“… This paper proposes SnR, a precise, efficient, constraint-based technique to automatically infer the exact types used in code snippets and the libraries containing the inferred types, to compile …”
Volltext
Tagungsbericht -
5
iJTyper: An effective type inference framework for incomplete java codes by integrating constraint- and statistics-based methods
ISSN: 0957-4174Veröffentlicht: Elsevier Ltd 01.03.2026Veröffentlicht in Expert systems with applications (01.03.2026)“… ), e.g., those on Q&A forums, is a prerequisite step required to work with the codes. Existing type inference methods proposed for incomplete Java codes can be primarily categorized as constraint-based or statistics-based …”
Volltext
Journal Article -
6
Source Code Analysis and Type Inference for R
ISBN: 9798438735892Veröffentlicht: ProQuest Dissertations & Theses 01.01.2022“… This dissertation presents a collection of strategies and software for static analysis of R code. Two of the three parts focus on type inference, a specific kind of static …”
Volltext
Dissertation -
7
Combining type inference techniques for semi-automatic UML generation from Pharo code
ISSN: 2590-1184Veröffentlicht: Elsevier Ltd 01.03.2025Veröffentlicht in Journal of computer languages (Online) (01.03.2025)“… to its extensive industrial legacy and modern adaptations like Pharo. We propose a way to create UML diagrams from Smalltalk code, focusing on using type inference to determine UML associations …”
Volltext
Journal Article -
8
TypeEvalPy: A Micro-Benchmarking Framework for Python Type Inference Tools
ISSN: 2574-1934Veröffentlicht: ACM 14.04.2024Veröffentlicht in Proceedings (IEEE/ACM International Conference on Software Engineering Companion. Online) (14.04.2024)“… In light of the growing interest in type inference research for Python, both researchers and practitioners require a standardized process to assess the performance of various type inference techniques …”
Volltext
Tagungsbericht -
9
Prompt-tuned Code Language Model as a Neural Knowledge Base for Type Inference in Statically-Typed Partial Code
ISSN: 2331-8422Veröffentlicht: Ithaca Cornell University Library, arXiv.org 26.08.2022Veröffentlicht in arXiv.org (26.08.2022)“… In this paper, we formulate type inference as a cloze-style fill-in-blank language task. Built on source code naturalness, our approach fine-tunes a code masked language model (MLM …”
Volltext
Paper -
10
Static analysis driven enhancements for comprehension in machine learning notebooks
ISSN: 1382-3256, 1573-7616Veröffentlicht: New York Springer US 01.09.2024Veröffentlicht in Empirical software engineering : an international journal (01.09.2024)“… that automatically augments code cells in these notebooks with descriptive markdown headers, derived …”
Volltext
Journal Article -
11
Two Approaches to Fast Bytecode Frontend for Static Analysis
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)“… In static analysis frameworks for Java, the bytecode frontend serves as a critical component, transforming complex, stack-based Java bytecode into a more analyzable register-based, typed 3-address code representation …”
Volltext
Journal Article -
12
DeepPep: Deep proteome inference from peptide profiles
ISSN: 1553-7358, 1553-734X, 1553-7358Veröffentlicht: United States Public Library of Science 01.09.2017Veröffentlicht in PLoS computational biology (01.09.2017)“… Protein inference, the identification of the protein set that is the origin of a given peptide profile, is a fundamental challenge in proteomics …”
Volltext
Journal Article -
13
A data type inference method based on long short-term memory by improved feature for weakness analysis in binary code
ISSN: 0167-739X, 1872-7115Veröffentlicht: Elsevier B.V 01.11.2019Veröffentlicht in Future generation computer systems (01.11.2019)“… However, because the third-party library is generally of the binary code form, the variables, variable data type, program syntax, and semantic information in the source code are removed …”
Volltext
Journal Article -
14
Practical type inference for arbitrary-rank types
ISSN: 0956-7968, 1469-7653Veröffentlicht: Cambridge, UK Cambridge University Press 01.01.2007Veröffentlicht in Journal of functional programming (01.01.2007)“… Complete type inference is known to be undecidable for higher-rank (impredicative) type systems, but in practice programmers are more than willing to add type annotations to guide the type inference engine, and to document their code …”
Volltext
Journal Article -
15
Improving refactoring tools in Smalltalk using static type inference
ISSN: 0167-6423, 1872-7964Veröffentlicht: Elsevier B.V 15.12.2014Veröffentlicht in Science of computer programming (15.12.2014)“… One important aspect of a programming language concerning the automation of refactoring is the type system …”
Volltext
Journal Article -
16
Polymorphic Type Inference for Machine Code
ISSN: 2331-8422Veröffentlicht: Ithaca Cornell University Library, arXiv.org 18.03.2016Veröffentlicht in arXiv.org (18.03.2016)“… The problem of recovering high-level types by performing type inference over stripped machine code is called type reconstruction, and offers a useful capability in support of reverse engineering and decompilation …”
Volltext
Paper -
17
Static Inference of Regular Grammars for Ad Hoc Parsers
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)“… Inspired by the success of type inference …”
Volltext
Journal Article -
18
Microsoft (MSFT) issued patent titled "Compiler with type inference and target code generation"
Veröffentlicht: Melbourne News Bites Pty Ltd 02.07.2020Veröffentlicht in News Bites - Computing & Information (02.07.2020)Volltext
Newsletter -
19
Pluggable Type Inference for Free
ISSN: 2643-1572Veröffentlicht: IEEE 11.09.2023Veröffentlicht in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“… Type inference can solve this problem. Traditional approaches to type inference are type-system-specific …”
Volltext
Tagungsbericht -
20
US Patent Issued to GRAMMATECH on March 9 for "Systems and/or methods for type inference from machine code" (New York Inventors)
Veröffentlicht: Washington, D.C HT Digital Streams Limited 10.03.2021Veröffentlicht in US Fed News Service, Including US State News (10.03.2021)Volltext
Newsletter

