[PATCH] Fix #1725 by adding optional argument for scheme#log to types.db

2021-01-12 Thread Peter Bex
Hi all, Here's a fix for a small oversight in the types database. Cheers, Peter From a7030e12c709f9524636e2a414a70228c5484d89 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Wed, 13 Jan 2021 08:43:19 +0100 Subject: [PATCH] Add second optional argument for scheme#log to types database. Also add

Re: [PATCH 1/2] Prevent excessive major gcs by having decent amount of unused heap

2021-01-12 Thread Sven Hartrumpf
Hi Mario. Mario wrote, 2021-01-12 19:17: > Hi Sven, > > On Tue, 12 Jan 2021 13:44:04 +0100 (CET) Sven Hartrumpf > wrote: > >> Mario wrote, 2021-01-12 12:39: >>> >>> On Tue, 12 Jan 2021 11:42:31 +0100 (CET) Sven Hartrumpf >>> wrote: >>> Mario, 2021-01-10 10:03: > > On Sat, 09 Jan 2

Re: [PATCH 1/2] Prevent excessive major gcs by having decent amount of unused heap

2021-01-12 Thread Mario Domenech Goulart
Hi Sven, On Tue, 12 Jan 2021 13:44:04 +0100 (CET) Sven Hartrumpf wrote: > Mario wrote, 2021-01-12 12:39: >> >> On Tue, 12 Jan 2021 11:42:31 +0100 (CET) Sven Hartrumpf >> wrote: >> >>> Mario, 2021-01-10 10:03: On Sat, 09 Jan 2021 15:14:31 +0100 (CET) Sven Hartrumpf wrote:

Re: [PATCH 1/2] Prevent excessive major gcs by having decent amount of unused heap

2021-01-12 Thread Sven Hartrumpf
Hi Mario. Mario wrote, 2021-01-12 12:39: > Hi Sven, > > On Tue, 12 Jan 2021 11:42:31 +0100 (CET) Sven Hartrumpf > wrote: > >> Mario, 2021-01-10 10:03: >>> >>> On Sat, 09 Jan 2021 15:14:31 +0100 (CET) Sven Hartrumpf >>> wrote: >>> Thanks for the patches and the tests! > I ran a re

Re: [PATCH 1/2] Prevent excessive major gcs by having decent amount of unused heap

2021-01-12 Thread Mario Domenech Goulart
Hi Sven, On Tue, 12 Jan 2021 11:42:31 +0100 (CET) Sven Hartrumpf wrote: > Mario, 2021-01-10 10:03: >> >> On Sat, 09 Jan 2021 15:14:31 +0100 (CET) Sven Hartrumpf >> wrote: >> >>> Thanks for the patches and the tests! >>> I ran a relatively extensive set of benchmark configurations compari

Re: [PATCH 1/2] Prevent excessive major gcs by having decent amount of unused heap

2021-01-12 Thread Sven Hartrumpf
Mario, 2021-01-10 10:03: > Hi Sven, > > On Sat, 09 Jan 2021 15:14:31 +0100 (CET) Sven Hartrumpf > wrote: > >> Thanks for the patches and the tests! >> >>> I ran a relatively extensive set of benchmark configurations comparing >>> CHICKEN from master against CHICKEN from master plus the patches. >