summaryrefslogtreecommitdiff
path: root/module/language/glil/compile-objcode.scm
AgeCommit message (Expand)AuthorFilesLines
2009-01-30remove glil->objcode path in favor of passing through assembly; refactorings.Andy Wingo1-412/+0
2009-01-17move module and meta inside programs' object tablesAndy Wingo1-2/+3
2009-01-17placeholder for meta and module in a program's object tableAndy Wingo1-22/+22
2009-01-12fix typo when compiling receive formsAndy Wingo1-1/+1
2009-01-11rename <glil-asm> to <glil-program>Andy Wingo1-2/+2
2009-01-11remove useless <glil-vars> helper type, serialize GHIL more strictlyAndy Wingo1-35/+34
2009-01-08(language ghil def) becomes (language ghil)Andy Wingo1-1/+1
2009-01-08move lang-specific modules, e.g. (system il compile) to (language ghil compil...Andy Wingo1-0/+412