paper-with-me

Papers

MAGPIE: Machine Automated General Performance Improvement via Evolution of Software

2022-08-04 · Aymeric Blot, Justyna Petke

Performance is one of the most important qualities of software. Several techniques have thus been proposed to improve it, such as program transformations, optimisation of software parameters, or compiler flags. Many automated software improvement approaches use similar search strategies to explore the space of possible improvements, yet available tooling only focuses on one approach at a time. This makes comparisons and exploration of interactions of the various types of improvement impractical. We propose MAGPIE, a unified software improvement framework. It provides a common edit sequence based representation that isolates the search process from the specific improvement technique, enabling a much simplified synergistic workflow. We provide a case study using a basic local search to compare compiler optimisation, algorithm configuration, and genetic improvement. We chose running time as our efficiency measure and evaluated our approach on four real-world software, written in C, C++, and Java. Our results show that, used independently, all techniques find significant running time improvements: up to 25% for compiler optimisation, 97% for algorithm configuration, and 61% for evolving source code using genetic improvement. We also show that up to 10% further increase in performance can be obtained with partial combinations of the variants found by the different techniques. Furthermore, the common representation also enables simultaneous exploration of all techniques, providing a competitive alternative to using each technique individually.

📄 PDF Abstract BibTeX arXiv:2208.02811

Code (1)

bloa/magpie 공식 구현

Similar Papers 제목 키워드 기반

GI Software with fewer Data Cache Misses

2023-04-06 · William B. Langdon, Justyna Petke, Aymeric Blot, David Clark

By their very name caches are often overlooked and yet play a vital role in the performance of modern and indeed future hardware. Using MAGPIE (Machine Automated General Performance Improvement via Evolution of software)…

Improving a Parallel C++ Intel AVX-512 SIMD Linear Genetic Programming Interpreter

2025-12-09 · William B. Langdon arxiv

We extend recent 256 SSE vector work to 512 AVX giving a four fold speedup. We use MAGPIE (Machine Automated General Performance Improvement via Evolution of software) to speedup a C++ linear genetic programming interpre…

MAGPIE: Multi-Task Media-Bias Analysis Generalization for Pre-Trained Identification of Expressions

2024-02-27 · Tomáš Horych, Martin Wessel, Jan Philip Wahle, Terry Ruas 외

Media bias detection poses a complex, multifaceted problem traditionally tackled using single-task models and small in-domain datasets, consequently lacking generalizability. To address this, we introduce MAGPIE, the fir…

Bias DetectionFake News Detection

MagpieTTS-LF: Inference-Time Long-Form Speech Generation Without Training on Long-Form data

2026-06-16 · Subhankar Ghosh, Jason Li, Paarth Neekhara, Shehzeen Hussain 외 arxiv

Neural Text-to-Speech (TTS) systems achieve remarkable quality on short utterances but long-form speech generation shows prosodic drift, speaker inconsistencies and sentence boundary artifacts. Existing approaches either…

LongMagpie: A Self-synthesis Method for Generating Large-scale Long-context Instructions

2025-05-22 · Chaochen Gao, Xing Wu, Zijia Lin, Debing Zhang 외

High-quality long-context instruction data is essential for aligning long-context large language models (LLMs). Despite the public release of models like Qwen and Llama, their long-context instruction data remains propri…

Diversity