most citedTowards Understanding the Bugs in Solidity Compiler

10 citations · 13 across the 10 of their papers we have counts for

collaborators
Showing cs.SEShow all

7 papers · 1 filter

cs.SE2024

Selecting Initial Seeds for Better JVM Fuzzing

Tianchang Gao, Junjie Chen, Dong Wang +3

Literature in traditional program fuzzing has confirmed that effectiveness is largely impacted by redundancy among initial seeds, thereby proposing a series of seed selection metho…

cs.SE2024

A Tale of Two DL Cities: When Library Tests Meet Compiler

Qingchao Shen, Yongqiang Tian, Haoyang Ma +5

Deep Learning (DL) compilers typically load a DL model and optimize it with intermediate representation.Existing DL compiler testing techniques mainly focus on model optimization s…

cs.SE202410 cited

Towards Understanding the Bugs in Solidity Compiler

Haoyang Ma, Wuqi Zhang, Qingchao Shen +3

Solidity compiler plays a key role in enabling the development of smart contract applications on Ethereum by governing the syntax of a domain-specific language called Solidity and…

cs.SE2024

Large Language Models for Equivalent Mutant Detection: How Far Are We?

Zhao Tian, Honglin Shu, Dong Wang +3

Mutation testing is vital for ensuring software quality. However, the presence of equivalent mutants is known to introduce redundant cost and bias issues, hindering the effectivene…

cs.SE2023

OrdinalFix: Fixing Compilation Errors via Shortest-Path CFL Reachability

Wenjie Zhang, Guancheng Wang, Junjie Chen +3

The development of correct and efficient software can be hindered by compilation errors, which must be fixed to ensure the code's syntactic correctness and program language constra…

cs.SE20231 cited

COCO: Testing Code Generation Systems via Concretized Instructions

Ming Yan, Junjie Chen, Jie M. Zhang +3

Code generation systems have been extensively developed in recent years to generate source code based on natural language instructions. However, despite their advancements, these s…