-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Elazar edited this page Feb 10, 2016
·
1 revision
Pipeline operations by modules:
- [bcode.py]: Python code to bytecode (CPython functions)
- Fixing minor bytecode issues
- Turn into BCode
- [bcode_cfg.py]: Generate CFG of BCode
- Find stack depth at each point
- Build basic block CFG
- [tac.py]: Translate basic block CFG into equivalent Three Address Code (TAC)
- [tac_analysis.py]: Data flow analysis of TAC CFG