summaryrefslogtreecommitdiff
path: root/erts/lib_src/yielding_c_fun/ycf_node.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearRickard Green2021-12-131-1/+1
|
* YCF: Error exit if unable to transform call to yieldable functionKjell Winblad2021-02-121-0/+3
|
* YCF: Fix variable substitution bug in YCF_CONSUME_RES(x) statementsKjell Winblad2021-02-121-1/+0
|
* YCF: Add function prototypes for debug functionsKjell Winblad2021-02-121-0/+1
| | | | | | This commit adds function prototypes for debug functions to avoid compiler warnings when compiling with options that gives warnings for functions without prototypes.
* Add Yielding C FunKjell Winblad2019-12-111-0/+455
Yielding C Fun (YCF) is a tool that generates yieldable versions of functions written in the C programming language. This commit adds the source code of YCF and a text describing the purpose of YCF (`erts/emulator/internal_doc/AutomaticYieldingOfCCode.md`).