CVS: sml-dist/src/runtime/include ml-base.h,1.3,1.4 ml-limits.h,1.2,1.3

Matthias Blume <[email protected]>
Newsgroups gmane.comp.lang.sml.smlnj.commits
Message-ID <[email protected]>
Update of /cvsroot/smlnj/sml-dist/src/runtime/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11855/src/runtime/include

Modified Files:
	ml-base.h ml-limits.h 
Log Message:
new experimental heap2exec facility

Index: ml-base.h
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/runtime/include/ml-base.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ml-base.h	1 Jun 2000 18:33:51 -0000	1.3
--- ml-base.h	14 Jan 2005 23:53:20 -0000	1.4
***************
*** 187,193 ****
  extern bool_t   DumpObjectStrings;
  extern bool_t	GCMessages;
- #ifdef HACKED_STANDALONE
- extern bool_t   StandAlone;
- #endif
  
  /* The table of virtual processor ML states */
--- 187,190 ----
***************
*** 197,200 ****
  #endif /* !_ASM_ */
  
! #endif /* !_ML_BASE_ */
  
--- 194,201 ----
  #endif /* !_ASM_ */
  
! #ifndef HEAP_IMAGE_SYMBOL
! #define HEAP_IMAGE_SYMBOL       "smlnj_heap_image"
! #define HEAP_IMAGE_LEN_SYMBOL   "smlnj_heap_image_len"
! #endif
  
+ #endif /* !_ML_BASE_ */

Index: ml-limits.h
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/runtime/include/ml-limits.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ml-limits.h	1 Jun 2000 18:33:51 -0000	1.2
--- ml-limits.h	14 Jan 2005 23:53:20 -0000	1.3
***************
*** 11,19 ****
  #include "ml-base.h"
  
  #ifndef DFLT_IMAGE
! #define DFLT_IMAGE		"sml-image"
  #endif
  
- 
  /* the maximum length of a boot-file pathname */
  #ifndef MAX_BOOT_PATH_LEN
--- 11,19 ----
  #include "ml-base.h"
  
+ /* default image: NULL (means: try to find in-core image using dlopen/dlsym) */
  #ifndef DFLT_IMAGE
! #define DFLT_IMAGE		NULL
  #endif
  
  /* the maximum length of a boot-file pathname */
  #ifndef MAX_BOOT_PATH_LEN



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.