aboutsummaryrefslogtreecommitdiffstats
path: root/src/gc.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-05-14Don't garbage collect types that are stored in data structures in the compile...David Robillard1-7/+15
2010-12-30Rename allocation function to __resp_alloc.David Robillard1-1/+1
2010-12-27Make ATuple a normal LISPey cons cell (it always was anyway).David Robillard1-4/+0
2010-12-27Kill AType.David Robillard1-1/+1
2010-12-26Update headers.David Robillard1-1/+1
2010-12-09Fix cpplint warnings.David Robillard1-4/+4
2010-12-05Move resp_gc.cpp contents into gc.cpp.David Robillard1-1/+29
2010-12-03Remove use of RTTI for AST.David Robillard1-3/+4
2010-12-03Remove AST::constrain.David Robillard1-3/+3
2010-11-17Use single uint32_t for GC object header (mark and tag).David Robillard1-1/+0
2010-04-08Tuplr -> Resp (RESource Processing).David Robillard1-5/+5
2009-10-16Fix memory leaks.David Robillard1-0/+1
2009-10-16Cons.David Robillard1-8/+11
2009-10-15Remove all use of ATuple::at().David Robillard1-1/+1
2009-10-14Remove cruft.David Robillard1-26/+10
2009-07-03Improved const correctness.David Robillard1-2/+2
2009-07-03Include and use TLSF fast realtime allocator.David Robillard1-3/+14
2009-06-29Normalise EOF.David Robillard1-1/+0
2009-06-29Build compiler documentation.David Robillard1-0/+4
2009-06-28Move code into src directory.David Robillard1-0/+92