robert-strandh / SICL

A fresh implementation of Common Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request - add compiled pdf from TeX documents

teaalltr opened this issue · comments

This would give a nice landing overview to people. Alternatively, you could add a link to a site with the papers and docs in the description of the repo

Related -- what is the project status? I am watching this repo, can see a lot of interesting things happening, but can't grasp the entire picture, performances, added list of optimizations / compiler passes (something similar to GCC's list of passes : https://gcc.gnu.org/onlinedocs/gcc-4.6.3/gccint/Tree-SSA-passes.html#Tree-SSA-passes ). Does it have a vectorization pass? Does it do redundant code elimination? these questions will be trival if there is one.

I thought "Ouch, I was not checking enough" when I found this link.
https://github.com/robert-strandh/SICL/blob/master/RELEASES.md

Glad that it is still empty :)

Known issues:
Documentation is incomplete.
Obsolete code
Disorganized Code