summaryrefslogtreecommitdiff
path: root/icopy.s
AgeCommit message (Collapse)AuthorFilesLines
2011-06-24allow arrays in data segmentJohn van Groningen1-14/+15
2011-06-24remove NO_COPY_TO_END #ifdef'sJohn van Groningen1-59/+5
2008-12-22fix zero arity descriptor offset of _Nil in finalizer listJohn van Groningen1-1/+1
2007-05-09fix copying unboxed arrays of boolJohn van Groningen1-2/+2
2006-12-07fix bug in copying record that is used more than once,John van Groningen1-0/+1
without pointers and with size > 2
2006-01-13remove some duplicate codeJohn van Groningen1-15/+3
2005-11-11define label 'copy_selector_2__' if both NEW_DESCRIPTORS andJohn van Groningen1-4/+14
COPY_RECORDS_WITHOUT_POINTERS_TO_END_OF_HEAP are used
2005-11-11copy records without pointers to end of heap, change markingJohn van Groningen1-2/+254
of large records with at least two pointers
2005-11-11use extra information instead of code address in descriptor to optimiseJohn van Groningen1-4/+122
selectors during garbage collection
2003-10-06add finalizers and modify some instructions using byte size registersJohn van Groningen1-15/+46
2003-10-03add files for linuxJohn van Groningen1-0/+1024