From: <fl...@us...> - 2012-07-04 11:04:33
|
Revision: 7597 http://mlton.svn.sourceforge.net/mlton/?rev=7597&view=rev Author: fluet Date: 2012-07-04 11:04:20 +0000 (Wed, 04 Jul 2012) Log Message: ----------- Clean unused functions. Delete functions that are completely unused. Guard functions only used in assert-s with #if ASSERT ... #endif. Modified Paths: -------------- mlton/trunk/runtime/gc/align.h mlton/trunk/runtime/gc/array.c mlton/trunk/runtime/gc/array.h mlton/trunk/runtime/gc/dfs-mark.c mlton/trunk/runtime/gc/dfs-mark.h mlton/trunk/runtime/gc/forward.c mlton/trunk/runtime/gc/forward.h mlton/trunk/runtime/gc/generational.c mlton/trunk/runtime/gc/generational.h mlton/trunk/runtime/gc/heap.h mlton/trunk/runtime/gc/heap_predicates.c mlton/trunk/runtime/gc/invariant.c mlton/trunk/runtime/gc/invariant.h mlton/trunk/runtime/gc/profiling.c mlton/trunk/runtime/gc/profiling.h mlton/trunk/runtime/gc/stack.c mlton/trunk/runtime/gc/stack.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-07-04 11:05:32
|
Revision: 7599 http://mlton.svn.sourceforge.net/mlton/?rev=7599&view=rev Author: fluet Date: 2012-07-04 11:05:07 +0000 (Wed, 04 Jul 2012) Log Message: ----------- 'tv_usec' field of 'struct timeval' has type 'suseconds_t'. Modified Paths: -------------- mlton/trunk/runtime/gc/profiling.c mlton/trunk/runtime/gc/profiling.h mlton/trunk/runtime/gc/rusage.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-07-04 11:06:38
|
Revision: 7604 http://mlton.svn.sourceforge.net/mlton/?rev=7604&view=rev Author: fluet Date: 2012-07-04 11:06:25 +0000 (Wed, 04 Jul 2012) Log Message: ----------- Insert explicit conversions. Modified Paths: -------------- mlton/trunk/runtime/gc/cheney-copy.c mlton/trunk/runtime/gc/forward.c mlton/trunk/runtime/gc/garbage-collection.c mlton/trunk/runtime/gc/gc_state.c mlton/trunk/runtime/gc/generational.c mlton/trunk/runtime/gc/hash-cons.c mlton/trunk/runtime/gc/heap.c mlton/trunk/runtime/gc/heap_predicates.c mlton/trunk/runtime/gc/init-world.c mlton/trunk/runtime/gc/mark-compact.c mlton/trunk/runtime/gc/new-object.c mlton/trunk/runtime/gc/pack.c mlton/trunk/runtime/gc/rusage.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-07-04 11:07:03
|
Revision: 7609 http://mlton.svn.sourceforge.net/mlton/?rev=7609&view=rev Author: fluet Date: 2012-07-04 11:06:57 +0000 (Wed, 04 Jul 2012) Log Message: ----------- Tweaks to struct GC_intInf and struct GC_string. Using an extended field designator in offsetof is a GNU gcc extension. Also, the union with pointerAux serves no purpose, since pointerAux has no '__attribute__ ((aligned))'. Modified Paths: -------------- mlton/trunk/runtime/gc/int-inf.c mlton/trunk/runtime/gc/int-inf.h mlton/trunk/runtime/gc/string.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |
From: <fl...@us...> - 2012-07-13 15:27:56
|
Revision: 7617 http://mlton.svn.sourceforge.net/mlton/?rev=7617&view=rev Author: fluet Date: 2012-07-13 15:27:44 +0000 (Fri, 13 Jul 2012) Log Message: ----------- Dead assignments. Modified Paths: -------------- mlton/trunk/runtime/gc/cheney-copy.c mlton/trunk/runtime/gc/generational.c mlton/trunk/runtime/gc/profiling.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |