mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Update History.md
This commit is contained in:
parent
5e6428a446
commit
7a4bc138be
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ The 90-minute scc ultimately compiles the code down to a single function and use
|
||||||
- CPS conversion
|
- CPS conversion
|
||||||
- Closure conversion
|
- Closure conversion
|
||||||
|
|
||||||
|
## C Code Generation
|
||||||
|
|
||||||
|
anything worth mentioning here? tuples of allocations/code??
|
||||||
|
|
||||||
## C Runtime
|
## C Runtime
|
||||||
Henry Baker's paper [CONS Should Not CONS Its Arguments: Cheney on the M.T.A.](http://www.pipeline.com/~hbaker1/CheneyMTA.html) was used as the target runtime as it provides a reasonably fast approach meeting all of the fundamental requirements for a Scheme runtime: tail calls, garbage collection, and continuations.
|
Henry Baker's paper [CONS Should Not CONS Its Arguments: Cheney on the M.T.A.](http://www.pipeline.com/~hbaker1/CheneyMTA.html) was used as the target runtime as it provides a reasonably fast approach meeting all of the fundamental requirements for a Scheme runtime: tail calls, garbage collection, and continuations.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue