index
:
run-time-system
gc-flipped
master
Copy of https://svn.cs.ru.nl/repos/clean-run-time-system/, with a Thumb-2 run-time system.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
istartup.s
Age
Commit message (
Collapse
)
Author
Files
Lines
2005-05-26
change .section directive for linux again
John van Groningen
1
-1
/
+1
2005-05-18
change use of .section directive for linux
John van Groningen
1
-1
/
+1
2005-05-18
remove ## in #define for section
John van Groningen
1
-1
/
+1
2005-01-12
fix minimum heap size for memory profiling
John van Groningen
1
-8
/
+4
2004-06-22
fix conversion of Real toString conversion on linux, use 15 digits, same
John van Groningen
1
-1
/
+1
as when printing reals
2004-05-10
fix computation of negative number to the power of an even number
John van Groningen
1
-1
/
+1
2003-10-03
omit windows exception handler for linux, add some sections for optimised ↵
John van Groningen
1
-8
/
+30
linking on linux
2003-06-17
@ before write_heap label instead of _
John van Groningen
1
-1
/
+1
2003-06-17
renamed global_stack_pointer to profile_stack_pointer and exported this label,
John van Groningen
1
-12
/
+11
renamed EXCEPTION_HANDLER to STACK_OVERFLOW_EXCEPTION_HANDLER
2003-05-20
use virtual memory to detect stack overflows
John van Groningen
1
-1
/
+55
2003-05-19
use ffree instead of finit
John van Groningen
1
-12
/
+90
2003-05-16
optimize toString for Int by computing remainder of 10 using multiplication
John van Groningen
1
-0
/
+5257