mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
Catch-up merge from master sources to branch/2016-03-11/shield-coalesce.
Copied from Perforce Change: 190373 ServerID: perforce.ravenbrook.com
This commit is contained in:
commit
681886a8ac
3 changed files with 5 additions and 1 deletions
|
|
@ -291,6 +291,9 @@ $(PFM)\$(VARIETY)\segsmss.exe: $(PFM)\$(VARIETY)\segsmss.obj \
|
|||
$(PFM)\$(VARIETY)\steptest.exe: $(PFM)\$(VARIETY)\steptest.obj \
|
||||
$(PFM)\$(VARIETY)\mps.lib $(FMTTESTOBJ) $(TESTLIBOBJ)
|
||||
|
||||
$(PFM)\$(VARIETY)\tagtest.exe: $(PFM)\$(VARIETY)\tagtest.obj \
|
||||
$(PFM)\$(VARIETY)\mps.lib $(TESTLIBOBJ)
|
||||
|
||||
$(PFM)\$(VARIETY)\teletest.exe: $(PFM)\$(VARIETY)\teletest.obj \
|
||||
$(PFM)\$(VARIETY)\mps.lib $(TESTLIBOBJ)
|
||||
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ TEST_TARGETS=\
|
|||
sacss.exe \
|
||||
segsmss.exe \
|
||||
steptest.exe \
|
||||
tagtest.exe \
|
||||
teletest.exe \
|
||||
walkt0.exe \
|
||||
zcoll.exe \
|
||||
|
|
|
|||
|
|
@ -760,7 +760,7 @@ Bool ArenaStep(Globals globals, double interval, double multiplier)
|
|||
trace = ArenaTrace(arena, (TraceId)0);
|
||||
} else {
|
||||
/* No traces are running: consider collecting the world. */
|
||||
if (PolicyShouldCollectWorld(arena, availableEnd - now, now,
|
||||
if (PolicyShouldCollectWorld(arena, (double)(availableEnd - now), now,
|
||||
clocks_per_sec))
|
||||
{
|
||||
Res res;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue