TECH : Targeting a statically compiled program repository with LLVM

Russell Gallop & Phil Camp
ARTICLE BY:
POSTED:

TAGS: LLVM Developers Meeting, Toolchain

Following on from the 2016 talk "Demo of a repository for statically compiled programs", this lightning talk will present a brief overview of how LLVM was modified to target a program repository. This includes adding a new target output format and a new optimization pass to skip program elements already present in the repository.

Reference: https://github.com/SNSystems/llvm-prepo

Duration: 4 Minutes

Back to top