English

A Note on Exhaustive State Space Search for Efficient Code Generation

Programming Languages 2021-07-02 v1

Abstract

This note explores state space search to find efficient instruction sequences that perform particular data manipulations. Once found, the instruction sequences are hard-wired in the code generator that needs these data manipulations. Since state space is only searched while developing the compiler, search time is not at a premium, which allows exhaustively searching for the best possible instruction sequences.

Keywords

Cite

@article{arxiv.2107.00564,
  title  = {A Note on Exhaustive State Space Search for Efficient Code Generation},
  author = {Aart J. C. Bik},
  journal= {arXiv preprint arXiv:2107.00564},
  year   = {2021}
}

Comments

white paper

R2 v1 2026-06-24T03:48:48.547Z