Skip to content

8l/lllm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lllm

The Low Level Lisp Machine - A tiny lisp machine with a JIT

TODO

  • Escape Analysis ** When does a value escape? *** If it is stored in a ref *** If it is consed to a list *** If it is captured by a lambda *** If it is passed to a function and that function does one of the other three things to that parameter

--> check if var gets captured is put into anlyzer capture analyis. DONE --> check if param escapes function is stored in function --> builtins have info for their params (solves ref, cons problem)

About

The Low Level Lisp Machine - A tiny lisp machine with a LLVM JIT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 79.2%
  • C++ 7.3%
  • TeX 3.7%
  • Bison 2.6%
  • HTML 2.4%
  • Pascal 1.8%
  • Other 3.0%