more fixes
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1468 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
10ae3840c9
commit
a1c99a72a1
@ -12,7 +12,7 @@
|
|||||||
* Last rev: *
|
* Last rev: *
|
||||||
* mods: *
|
* mods: *
|
||||||
* comments: allocating space *
|
* comments: allocating space *
|
||||||
* version:$Id: alloc.c,v 1.76 2005-11-23 03:01:33 vsc Exp $ *
|
* version:$Id: alloc.c,v 1.77 2005-11-23 12:09:50 vsc Exp $ *
|
||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
#ifdef SCCS
|
#ifdef SCCS
|
||||||
static char SccsId[] = "%W% %G%";
|
static char SccsId[] = "%W% %G%";
|
||||||
@ -81,7 +81,6 @@ minfo(char mtype)
|
|||||||
static inline char *
|
static inline char *
|
||||||
call_malloc(unsigned int size)
|
call_malloc(unsigned int size)
|
||||||
{
|
{
|
||||||
char *tmp;
|
|
||||||
#if INSTRUMENT_MALLOC
|
#if INSTRUMENT_MALLOC
|
||||||
if (mallocs % 1024*4 == 0)
|
if (mallocs % 1024*4 == 0)
|
||||||
minfo('A');
|
minfo('A');
|
||||||
|
1
C/save.c
1
C/save.c
@ -415,7 +415,6 @@ save_regs(int mode)
|
|||||||
#endif /* SBA || TABLING */
|
#endif /* SBA || TABLING */
|
||||||
}
|
}
|
||||||
putout(CurrentModule);
|
putout(CurrentModule);
|
||||||
putcellptr(AuxSp);
|
|
||||||
if (mode == DO_EVERYTHING) {
|
if (mode == DO_EVERYTHING) {
|
||||||
#ifdef COROUTINING
|
#ifdef COROUTINING
|
||||||
putout(WokenGoals);
|
putout(WokenGoals);
|
||||||
|
@ -16,6 +16,13 @@
|
|||||||
|
|
||||||
<h2>Yap-5.1.0:</h2>
|
<h2>Yap-5.1.0:</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li> FIXED: Restore could not recover DL_MALLOC info and was not recovering
|
||||||
|
DBTerms correctly. </li>
|
||||||
|
<li> FIXED: with locking field, AtomNil and friends might not be
|
||||||
|
aligned, and would be confused with int. </li>
|
||||||
|
<li> FIXED: variables should always be reset when doing trail
|
||||||
|
expansion from the parser, even if there is no shifting (obs Trevor
|
||||||
|
Walker). </li>
|
||||||
<li> FIXED: growglobal with realloc was broken. </li>
|
<li> FIXED: growglobal with realloc was broken. </li>
|
||||||
<li> FIXED: with threads, self-deadlocking in new array codes. </li>
|
<li> FIXED: with threads, self-deadlocking in new array codes. </li>
|
||||||
<li> FIXED: in tabling, use malloc when AllocCodeSpace fails. </li>
|
<li> FIXED: in tabling, use malloc when AllocCodeSpace fails. </li>
|
||||||
|
Reference in New Issue
Block a user