Parrot 6.11.0 "Fischer's Lovebird" | parrot.org/�| Log: irclog.perlgeek.de/parrot�| #parrotsketch�meeting Fridays 13:30 UTC
Set by moderator on 17 December 2014.
02:35 kid51 joined 04:05 Reini joined 04:35 Reini left 07:33 Woodi joined 07:50 FROGGS joined 08:00 bighugedog joined 09:17 rurban joined 09:20 particle joined
dalek rrot/gc-gh1159: 2586ee4 | rurban++ | t/stress/gc.t:
[test] add easily repro GC testcase for GH #1159
09:33
10:35 khisanth_ joined 12:25 kid51 joined 12:50 rurban joined
rurban I think gms MAX_GENERATIONS 4 need to be 3 12:50
14:45 FROGGS joined 15:29 Chirag joined
Chirag Hey! 15:32
I am back.. done with my Internship.. free time :)))
dalek rrot/rurban/gh1017-proxy-get_id: 04b30a7 | rurban++ | / (4 files):
[ops] follow a proxy with get_id

Closes GH #1017
15:33
Chirag Parrot's make is failing for me after the latest pull.. 15:34
src/string/spf_render.c: In function ‘Parrot_sprintf_format’:
src/string/spf_render.c:863:55: error: expected ‘)’ before ‘UINTVAL_FMT’
snprintf(tc1, 16, "%%"UINTVAL_FMT"s", info.width);
^
make: *** [src/string/spf_render.o] Error 1
rurban great. I'm currently fighting with a wrong write barrier
Chirag Hey! how are you? long time! 15:35
rurban UINTVAL_FMT is defined in
$ grep UINTVAL_FMT include/parrot/config.h
#define UINTVAL_FMT "%lu"
looks like you need to make reconfig 15:36
Chirag yeah.. I guess that might be the problem
15:38 FROGGS joined
Chirag thanks! that solved it.. 15:39
rurban t/stress/gc.t is a current problem, and #1159 15:40
Chirag Failed test 'array stress --gc gms' 15:48
rurban yes 15:51
this happens on small machines (low ram)
Chirag which test is failing in general? I have two other failing tests marked as ToDo 15:55
rurban gc tests: see #1159 15:58
branch gc-gh1159: t/stress/gc.t test 5 15:59
./parrot_old -D1 --gc-debug -- ./parrot-nqp.pbc t/compilers/opsc/03-past.t
or ./parrot_old -D1 --gc-debug --gc-nursery-size=0.0001 -- parrot-nqp.pbc --target=pir compilers/data_json/JSON.nqp 16:00
perl Configure.pl --debugging=-g3 --ccflags=-DMEMORY_DEBUG
./parrot_old -D101 --gc-nursery-size=0.0001 --gc-debug -- parrot-nqp.pbc --target=pir compilers/data_json/JSON.nqp
-D100 is new
Chirag thanks.. will try to play around with it 16:02
also using trace flags to follow pmc boxes 16:03
rurban yes, -t20 is also new
esp. for rpa's
Chirag array states.. will try
rurban the problem is not the state, rather the WB 16:04
or the mark_destroy_SETALL
and our GC is superslow. the old ms or ms2 is ~10x faster 16:05
22:13 lauleon joined 23:53 kid51 joined