mirror of
https://github.com/facebookarchive/prepack.git
synced 2024-11-23 15:02:24 +03:00
15
Home
Caleb Meredith edited this page 2018-08-06 10:00:36 -07:00
Welcome to the Prepack wiki!
- Prepack Concepts
- List of Prepack error messages
- Suggested reading to pick up the concepts used in the Prepack implementation
- Research papers citing Prepack
- How to create "abstract" values that are unknown at build time
- How to create function values that are unknown at compile time
- How to optimize specific functions
- How to use Prepack to optimize and compile React components
- Assumptions Prepack makes during compilation
- Optimized Functions feature history + examples
- Fuzzer