Výsledky vyhľadávania - java (compilers OR (computers OR computer))
-
1
A Java Compiler Plugin for Type-Safe Inferences in Generics
ISSN: 0948-695X, 0948-6968Vydavateľské údaje: Bristol Pensoft Publishers 28.03.2025Vydané v J.UCS (Annual print and CD-ROM archive ed.) (28.03.2025)“…The two most significant yet complex elements of Java generics are wildcards and type argument inference…”
Získať plný text
Journal Article -
2
Fuzzing JavaScript JIT compilers with a high-quality differential test oracle
ISSN: 0167-4048Vydavateľské údaje: Elsevier Ltd 01.12.2025Vydané v Computers & security (01.12.2025)“…Modern JavaScript engines use Just-In-Time (JIT) compilers to convert frequently executed code into machine instructions, boosting performance for web applications and cross-platform systems…”
Získať plný text
Journal Article -
3
Jaccie: A Java-based compiler–compiler for generating, visualizing and debugging compiler components
ISSN: 0167-6423, 1872-7964Vydavateľské údaje: Elsevier B.V 01.01.2014Vydané v Science of computer programming (01.01.2014)“…Many programmers live in happy ignorance of their compilers’ internal workings. Others may want to take a look at what is going on inside a compiler in much the same way that they use a debugger to watch their compiled programs execute…”
Získať plný text
Journal Article -
4
Detecting Trivial Mutant Equivalences via Compiler Optimisations
ISSN: 0098-5589, 1939-3520Vydavateľské údaje: New York IEEE 01.04.2018Vydané v IEEE transactions on software engineering (01.04.2018)“… We recently studied Trivial Compiler Equivalence (TCE) as a simple, fast and readily applicable technique for identifying equivalent mutants for C programs…”
Získať plný text
Journal Article -
5
JITfuzz: Coverage-guided Fuzzing for JVM Just-in-Time Compilers
ISSN: 1558-1225Vydavateľské údaje: IEEE 01.05.2023Vydané v Proceedings / International Conference on Software Engineering (01.05.2023)“…As a widely-used platform to support various Java-bytecode-based applications, Java Virtual Machine (JVM…”
Získať plný text
Konferenčný príspevok.. -
6
Compiler-assisted energy reduction of java real-time programs
ISSN: 0141-9331, 1872-9436Vydavateľské údaje: Kidlington Elsevier B.V 01.03.2022Vydané v Microprocessors and microsystems (01.03.2022)“… Energy management is often accomplished by dynamic frequency scaling which requires compilers to insert special instructions in the code at appropriate places, which are then used by the operating…”
Získať plný text
Journal Article -
7
From bytecode to JavaScript: the Js_of_ocaml compiler
ISSN: 0038-0644, 1097-024XVydavateľské údaje: Bognor Regis Blackwell Publishing Ltd 01.08.2014Vydané v Software, practice & experience (01.08.2014)“…SUMMARY We present the design and implementation of a compiler from OCaml bytecode to JavaScript…”
Získať plný text
Journal Article -
8
Automatic repair of real bugs in java: a large-scale experiment on the defects4j dataset
ISSN: 1382-3256, 1573-7616Vydavateľské údaje: New York Springer US 01.08.2017Vydané v Empirical software engineering : an international journal (01.08.2017)“…Defects4J is a large, peer-reviewed, structured dataset of real-world Java bugs. Each bug in Defects4J comes with a test suite and at least one failing test case that triggers the bug…”
Získať plný text
Journal Article -
9
Translating to a Low-Resource Language with Compiler Feedback: A Case Study on Cangjie
ISSN: 0098-5589, 1939-3520Vydavateľské údaje: New York IEEE 01.09.2025Vydané v IEEE transactions on software engineering (01.09.2025)“… To address these limitations, we propose a novel training framework that begins with monolingual seed corpora, generating parallel datasets via back-translation and incorporating compiler feedback…”
Získať plný text
Journal Article -
10
Do Developers Read Compiler Error Messages?
ISSN: 1558-1225Vydavateľské údaje: IEEE 01.05.2017Vydané v Proceedings / International Conference on Software Engineering (01.05.2017)“…In integrated development environments, developers receive compiler error messages through a variety of textual and visual mechanisms, such as popups and wavy red underlines…”
Získať plný text
Konferenčný príspevok.. -
11
The indolent lambdification of Java: Understanding the support for lambda expressions in the Java ecosystem
ISSN: 1382-3256, 1573-7616Vydavateľské údaje: New York Springer US 01.11.2021Vydané v Empirical software engineering : an international journal (01.11.2021)“…As Java 8 introduced functional interfaces and lambda expressions to the Java programming language, the JDK API was changed to introduce support for lambda expressions, thus allowing consumers…”
Získať plný text
Journal Article -
12
Towards effective assessment of steady state performance in Java software: are we there yet?
ISSN: 1382-3256, 1573-7616Vydavateľské údaje: New York Springer US 01.01.2023Vydané v Empirical software engineering : an international journal (01.01.2023)“…Microbenchmarking is a widely used form of performance testing in Java software. A microbenchmark repeatedly executes a small chunk of code while collecting measurements related to its performance…”
Získať plný text
Journal Article -
13
BejaGNN: behavior-based Java malware detection via graph neural network: BejaGNN: behavior-based Java malware detection via graph neural
ISSN: 0920-8542, 1573-0484Vydavateľské údaje: New York Springer US 01.09.2023Vydané v The Journal of supercomputing (01.09.2023)“…As a popular platform-independent language, Java is widely used in enterprise applications…”
Získať plný text
Journal Article -
14
Do I really need all this work to find vulnerabilities?: An empirical case study comparing vulnerability detection techniques on a Java application
ISSN: 1382-3256, 1573-7616Vydavateľské údaje: New York Springer US 01.11.2022Vydané v Empirical software engineering : an international journal (01.11.2022)“… of the efficiency and effectiveness of four techniques on a Java-based web application. Method: We apply four different categories of vulnerability detection techniques…”
Získať plný text
Journal Article -
15
Translation Validation for JIT Compiler in the V8 JavaScript Engine
ISSN: 1558-1225Vydavateľské údaje: ACM 14.04.2024Vydané v Proceedings / International Conference on Software Engineering (14.04.2024)“…We present TURBOTV, a translation validator for the JavaScript (JS) just-in-time (JIT) compiler of V8. WhileJS engines have become a crucial part of various…”
Získať plný text
Konferenčný príspevok.. -
16
APR4Vul: an empirical study of automatic program repair techniques on real-world Java vulnerabilities
ISSN: 1382-3256, 1573-7616Vydavateľské údaje: New York Springer US 01.02.2024Vydané v Empirical software engineering : an international journal (01.02.2024)“… In particular, we investigate their ability to generate patches for 79 real-world Java vulnerabilities in the Vul4J dataset, as well as the level of trustworthiness of these patches…”
Získať plný text
Journal Article -
17
Local software buildability across Java versions
ISSN: 1382-3256, 1573-7616Vydavateľské údaje: New York Springer US 01.05.2026Vydané v Empirical software engineering : an international journal (01.05.2026)“…Context Downloading the source code of open-source Java projects and building them on a local computer using Maven, Gradle, or Ant is a common activity performed by researchers and practitioners…”
Získať plný text
Journal Article -
18
Large‐scale characterization of Java streams
ISSN: 0038-0644, 1097-024XVydavateľské údaje: Bognor Regis Wiley Subscription Services, Inc 01.09.2023Vydané v Software, practice & experience (01.09.2023)“…Java streams are receiving the attention of developers targeting the Java virtual machine (JVM…”
Získať plný text
Journal Article -
19
History-Driven Test Program Synthesis for JVM Testing
ISSN: 1558-1225Vydavateľské údaje: ACM 01.05.2022Vydané v 2022 IEEE/ACM 44th International Conference on Software Engineering (ICSE) (01.05.2022)“…Java Virtual Machine (JVM) provides the runtime environment for Java programs, which allows Java to be "write once, run anywhere…”
Získať plný text
Konferenčný príspevok.. -
20
Well-typed programs can go wrong: a study of typing-related bugs in JVM compilers
ISSN: 2475-1421, 2475-1421Vydavateľské údaje: 01.10.2021Vydané v Proceedings of ACM on programming languages (01.10.2021)“…Despite the substantial progress in compiler testing, research endeavors have mainly focused on detecting compiler crashes and subtle miscompilations caused by bugs in the implementation of compiler optimizations…”
Získať plný text
Journal Article