# tiny-llvm-codegen **Repository Path**: gevico/tiny-llvm-codegen ## Basic Information - **Project Name**: tiny-llvm-codegen - **Description**: 一个快速,简单和小型的LLVM代码生成器。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-18 - **Last Updated**: 2024-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### tiny-llvm-codegen * Traditional LLVM JIT has a relatively high overhead since it's essentially using the same code generator like the static compiler * Only useful for really hot code * Fast-isel solves part of the problem but overhead still significant * It would be nice to just flip a switch and get a different tradeoff in terms of compile time/runtime performance [LightningTalks](https://llvm.org/devmtg/2014-04/PDFs/LightningTalks/fast-jit-code-generation.pdf)