summaryrefslogtreecommitdiff
path: root/istartup.s
AgeCommit message (Expand)AuthorFilesLines
2011-06-24remove NO_COPY_TO_END #ifdef'sJohn van Groningen1-1/+0
2009-08-27make ln and log10 fasterJohn van Groningen1-4/+2
2008-12-22fix zero arity descriptor offset of _Nil in finalizer listJohn van Groningen1-4/+4
2008-12-18add truncate and ceiling functionsJohn van Groningen1-5/+94
2007-12-13export clean_init and clean_fini for initializing and finalizingJohn van Groningen1-4/+17
2007-02-27add int_array_to_node and real_array_to_nodeJohn van Groningen1-0/+73
2005-11-11remove '#define UNBOXED_CLOSURES'John van Groningen1-2/+0
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 Groningen1-0/+4
2005-10-06optimize apply with >=2 arguments and change descriptorsJohn van Groningen1-12/+39
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-01-12fix minimum heap size for memory profilingJohn van Groningen1-8/+4
2004-06-22fix conversion of Real toString conversion on linux, use 15 digits, sameJohn van Groningen1-1/+1
2004-05-10fix computation of negative number to the power of an even numberJohn van Groningen1-1/+1
2003-10-03omit windows exception handler for linux, add some sections for optimised lin...John van Groningen1-8/+30
2003-06-17@ before write_heap label instead of _John van Groningen1-1/+1
2003-06-17renamed global_stack_pointer to profile_stack_pointer and exported this label,John van Groningen1-12/+11
2003-05-20use virtual memory to detect stack overflowsJohn van Groningen1-1/+55
2003-05-19use ffree instead of finitJohn van Groningen1-12/+90
2003-05-16optimize toString for Int by computing remainder of 10 using multiplicationJohn van Groningen1-0/+5257