summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-04-25fix a compare instruction for strict record selectorsJohn van Groningen1-1/+1
2006-04-24fix ap_12 and ap_20John van Groningen2-4/+4
2006-04-24fix add_empty_node_11John van Groningen2-2/+2
2006-04-24fix typo (use a4 instead of a3)John van Groningen2-2/+2
2006-04-24fix typo (use a4 instead of a3)John van Groningen2-2/+2
2006-04-06use _halt_sp instead of halt_sp and __ARRAY__+2 instead of __ARRAY__2John van Groningen3-4/+4
2006-04-06add ifdefs for MEASURE_GCJohn van Groningen1-28/+30
2006-04-06use 0(a4) instead of (a4)John van Groningen1-1/+1
2006-04-06use new descriptors for Mach-OJohn van Groningen8-951/+5595
2006-04-04use cr in cmp instructionsJohn van Groningen1-30/+22
2006-03-29use cr in cmp instructionsJohn van Groningen1-46/+46
2006-03-29use cr in cmp instructionsJohn van Groningen1-24/+24
2006-03-28add code for apply with >=2 arguments for PowerPCJohn van Groningen1-0/+2660
2006-03-23detect redirection of stdio to or from a pipeJohn van Groningen1-2/+9
2006-03-23change file mode if stdio is reopenedJohn van Groningen1-0/+17
2006-01-13remove some duplicate codeJohn van Groningen1-15/+3
2005-11-21change descriptors for selectors, copying garbage collector copiesJohn van Groningen5-164/+1521
2005-11-15move mark pass of compacting collector to separate file(s),John van Groningen3-772/+1635
2005-11-11define label 'copy_selector_2__' if both NEW_DESCRIPTORS andJohn van Groningen1-4/+14
2005-11-11copy records without pointers to end of heap, change markingJohn van Groningen1-2/+254
2005-11-11use extra information instead of code address in descriptor to optimiseJohn van Groningen4-15/+568
2005-11-11remove '#define UNBOXED_CLOSURES'John van Groningen1-2/+0
2005-11-09retry apply with many arguments after apply with one additional argumentJohn van Groningen1-210/+150
2005-11-09prevent out of memory error for large heaps caused by integer overflow in testJohn van Groningen1-2/+7
2005-10-10add code for apply with >=2 arguments to yet_args_neededed codeJohn van Groningen2-12/+945
2005-10-06optimize apply with >=2 arguments and change descriptorsJohn van Groningen1-12/+39
2005-10-06add code for apply with >=2 arguments for IA32John van Groningen1-0/+929
2005-09-27some small optimizationsJohn van Groningen1-72/+32
2005-05-26change .section directive for linux againJohn van Groningen1-1/+1
2005-05-18change use of .section directive for linuxJohn van Groningen1-1/+1
2005-05-18remove ## in #define for sectionJohn van Groningen1-1/+1
2005-04-20disable OLD_READ_STRING and OLD_WRITE_STRING for linuxJohn van Groningen2-7/+4
2005-04-06script to build the object files for windowsJohn van Groningen1-0/+62
2005-03-24make _startupProfile601.xoJohn van Groningen1-0/+4
2005-03-16add return code for MACHOJohn van Groningen1-0/+11
2005-03-16fix commentJohn van Groningen1-1/+1
2005-03-16fix commentsJohn van Groningen2-214/+212
2005-01-13count heap usage in words instead of bytesJohn van Groningen1-9/+12
2005-01-12fix minimum heap size for memory profilingJohn van Groningen1-8/+4
2005-01-04workaround bug in windows to print strings of more than about 50 thousand cha...John van Groningen1-0/+59
2005-01-04fix bug in writing strings to redirected stdoutJohn van Groningen1-1/+1
2004-11-17move mark phase of compacting garbage collector to icompact_mark.s,John van Groningen4-1200/+3119
2004-11-16prevent name conflict for dtoa (renamed to d_to_a), changed inline assembly f...John van Groningen1-6/+8
2004-11-16add printing modules name in stack trace (not yet enabled)John van Groningen2-3/+57
2004-07-16add code for freadsubstring and fwritesubstring for linux, not yet enabledJohn van Groningen2-12/+72
2004-06-30use atof to convert string to real because it is faster than sscanfJohn van Groningen1-2/+1
2004-06-25test for error when closing stdioJohn van Groningen1-0/+2
2004-06-25fix freads and freadline for redirected stdio on macho,John van Groningen3-38/+144
2004-06-25fix freads and freadline if stdin is redirected, use buffered io if stdin orJohn van Groningen3-710/+914
2004-06-25implement file_error for stdioJohn van Groningen1-1/+5