Papers › Learning Performance-Improving Code Edits

Learning Performance-Improving Code Edits

15 Feb 2023arXiv:2302.07867archive 2025-07-28

Alexander Shypula, Aman Madaan, Yimeng Zeng, Uri Alon, Jacob Gardner, Milad Hashemi, Graham Neubig, Parthasarathy Ranganathan, Osbert Bastani, Amir Yazdanbakhsh

With the decline of Moore's law, optimizing program performance has become a major focus of software research. However, high-level optimizations such as API and algorithm changes remain elusive due to the difficulty of understanding the semantics of code. Simultaneously, pretrained large language models (LLMs) have demonstrated strong capabilities at solving a wide range of programming tasks. To that end, we introduce a framework for adapting LLMs to high-level program optimization. First, we curate a dataset of performance-improving edits made by human programmers of over 77,000 competitive C++ programming submission pairs, accompanied by extensive unit tests. A major challenge is the significant variability of measuring performance on commodity hardware, which can lead to spurious "improvements." To isolate and reliably evaluate the impact of program optimizations, we design an environment based on the gem5 full system simulator, the de facto simulator used in academia and industry. Next, we propose a broad range of adaptation strategies for code optimization; for prompting, these include retrieval-based few-shot prompting and chain-of-thought, and for finetuning, these include performance-conditioned generation and synthetic data augmentation based on self-play. A combination of these techniques achieves a mean speedup of 6.86 with eight generations, higher than average optimizations from individual programmers (3.66). Using our model's fastest generations, we set a new upper limit on the fastest speedup possible for our dataset at 9.64 compared to using the fastest human submissions available (9.56).

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2302.07867")

Code

Syntology Ran 7 of 19 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 6 ran with no contract checked.

By repository: official repository: 19 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

madaan/pie-perf officialmentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 7 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
6ran
12unverified

Licence: 19 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from madaan/pie-perf. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

get_anomalies madaan/pie-perf/src/codenet_eval/run_eval.py official repository ran · our draft was wrong no licence file found · pointer only · 540fd96572641577 · report
get_best_generation_per_submission madaan/pie-perf/src/codenet_eval/run_eval.py official repository ran no licence file found · pointer only · aef90ef51a665bd5 · report
is_linux madaan/pie-perf/src/codenet_eval/run_eval.py official repository ran no licence file found · pointer only · 4e1a10fed322555f · report
mean_std madaan/pie-perf/src/codenet_eval/run_eval.py official repository ran no licence file found · pointer only · c101803bbb9b31c7 · report
run_cmd_for_time_eval madaan/pie-perf/src/codenet_eval/run_eval.py official repository ran no licence file found · pointer only · 7eaeae08022b7013 · report
run_cpp_code_on_inputs madaan/pie-perf/src/codenet_eval/run_eval.py official repository ran no licence file found · pointer only · 773a60b768feb034 · report
run_python_code_on_inputs madaan/pie-perf/src/codenet_eval/run_eval.py official repository ran no licence file found · pointer only · b14554bb5b015337 · report
EvaluationConfig madaan/pie-perf/src/codenet_eval/run_eval.py official repository unverified no licence file found · pointer only · 37991ff1b0138b16 · report
_prepare_for_rerun madaan/pie-perf/src/codenet_eval/run_eval.py official repository unverified no licence file found · pointer only · ed1e7b9c5b8615ca · report
compile_cpp_code madaan/pie-perf/src/codenet_eval/run_eval.py official repository unverified no licence file found · pointer only · c72a3da727492d69 · report
evaluate_generated_outputs madaan/pie-perf/src/codenet_eval/run_eval.py official repository unverified no licence file found · pointer only · 8b19025c6c05d32c · report
get_accuracy madaan/pie-perf/src/codenet_eval/run_eval.py official repository unverified no licence file found · pointer only · 1f09a6f0ad0d135a · report
get_input_from_prompt madaan/pie-perf/src/codenet_eval/run_eval.py official repository unverified no licence file found · pointer only · 52f66cb1672a41ff · report
limit_virtual_memory madaan/pie-perf/src/codenet_eval/run_eval.py official repository unverified no licence file found · pointer only · 3a991d80b8cbece2 · report
print_summary madaan/pie-perf/src/codenet_eval/run_eval.py official repository unverified no licence file found · pointer only · 77ca852b3aaaa81a · report
read_inputs_and_prepare madaan/pie-perf/src/codenet_eval/run_eval.py official repository unverified no licence file found · pointer only · 7d44d630c645c37e · report
run_code_on_inputs madaan/pie-perf/src/codenet_eval/run_eval.py official repository unverified no licence file found · pointer only · 973eee46109fd821 · report
run_programs madaan/pie-perf/src/codenet_eval/run_eval.py official repository unverified no licence file found · pointer only · 6db030a5cc638ec1 · report
write_programs_read_ground_truth madaan/pie-perf/src/codenet_eval/run_eval.py official repository unverified no licence file found · pointer only · a177ad6c3baf7d7a · report

Tasks

Code GenerationCode RepairData AugmentationLanguage Modelling

Datasets

Introduced by this paper, per the archive.

Performance Improving Code Edits (PIE)

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdamAttentionAttention DropoutBPECodeGenCosine AnnealingDense ConnectionsDropoutGPT-3Layer NormalizationLinear LayerLinear Warmup With Cosine AnnealingMulti-Head AttentionResidual ConnectionSoftmaxWeight Decay

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections