PulseAugur
实时 11:26:42
English(EN) Pong game recompiles its own source code every frame — winning entry at IOCCC29 was generated by a custom compiler

Pong 游戏重新编译自身源代码以赢得混淆 C 代码竞赛

Jonah Uellenberg 凭借一个独特的 Pong 版本赢得了第 29 届国际混淆 C 代码竞赛 (IOCCC29),该版本在每一帧都会重新编译自身的源代码。该程序生成下一帧的 C 源代码,嵌入当前游戏状态,然后进行编译和执行以推进游戏。Uellenberg 利用了他开发的名为 Insert 的自定义编译器来生成混淆的 C 代码,该代码通过各种编译器传递实现了显著的尺寸优化。 AI

影响 展示了新颖的编程技术和编译器优化,推动了代码生成和混淆的界限。

排序理由 这是一个关于在竞赛中展示的新颖编程技术的面向研究的故事,而不是产品发布或重大的行业事件。[lever_c_demoted from research: ic=1 ai=0.1]

在 Tom's Hardware 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Pong 游戏重新编译自身源代码以赢得混淆 C 代码竞赛

报道来源 [1]

  1. Tom's Hardware TIER_1 English(EN) · Luke James ·

    Pong game recompiles its own source code every frame — winning entry at IOCCC29 was generated by a custom compiler

    Jonah Uellenberg won the Ping Pong Prize at the 29th International Obfuscated C Code Contest earlier this month, with a version of Pong that recompiles its own source code on every frame.