Parrot 6.5.0 "Black-winged Lovebird" | parrot.org/ | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC
Set by moderator on 17 June 2014.
01:09 myhrlin joined 01:25 myhrlin joined 01:54 FROGGS_ joined 02:16 myhrlin joined 05:49 particle joined 06:40 ingy joined 06:44 FROGGS_ joined 07:36 particle joined 09:59 woosley left, woosley joined 10:12 basiliscos joined 13:08 estrabd joined 13:23 Chirag joined 13:36 estrabd joined 14:39 bighugedog joined
dalek rrot/rurban/SDL: aff54fc | rurban++ | runtime/parrot/library/SDL (3 files):
[examples] SDL: fix concat and replace t with p sig

really need to revert 0a8cc07d1cc5e remove support for deprecated "t" nci signatures
15:47
rrot/rurban/SDL: 1fbe1e6 | rurban++ | runtime/parrot/library/SDL.pir:
[examples] SDL: more libSDL_ttf-2.0 choices to search for
rrot/rurban/SDL: 6c8a9f9 | rurban++ | runtime/parrot/library/SDL.pir:
[examples] SDL: print SDLLIBPATH= only on failure
15:59 bluescreen joined
Chirag rurban: I was trying to identify the concerned commit ... Do you think these are the ones? -- 17:12
github.com/parrot/parrot/commit/ae...c70662f83d
github.com/parrot/parrot/commit/29...020c9008b2
rurban everything by plobsing should be considered harmful. But I don't see the slowdown yet 17:23
Are you refering to RELEASE_3_0_0: -13.31% Use Packfile PMC API to run bytecode 17:24
those 2 commits look good to me 17:25
Chirag good as in - the ones that need to be corrected/ or harmless? 17:30
rurban no, loog good to me. I don't see a slowdown with them. but better would be to write a short bencher 17:31
which walks all commits during an release cycle. make should be enough, no make clean and no configure, and record the timing differences 17:32
Chirag hmm.. can you point me to some resource that might help me to write it? 17:33
rurban just checkout each commit from 2.7.0 to 2.8.0 e.g., make parrot & ../do-bench.sh
parrot-bench has all the scripts
Chirag oh nice.. will do.. Thanks! 17:34
rurban like 3-5 line bash script
for g in `git log --format=format:"%H" RELEASE_2_7_0..RELEASE_2_8_0`; do git checkout $g && make && ../do-bench.sh; done 17:38
even a oneliner
hmm, will not work. a full ../bench.sh is needed (with git clean -dxf and Configure) 17:40
17:40 FROGGS joined
rurban for g in `git log --format=format:"%H" RELEASE_2_7_0..RELEASE_2_8_0`; do ../bench.sh $g; done 17:40
I'll take the 2.9-3.0 range, ok? 17:41
I have the symlinks to all the bench script into .. 17:42
Chirag yeah.. sure .. I will try 2.7 and 2.8.. 17:52
rurban my numbers are not good. wildly fluctuating, without any code changes. will do overnight 17:53
Chirag ohk.. I will give it a shot at my end :) 17:54
rurban Oh, sure! I'm running the B::C compiler testsuite in parallel. This will need 2 hrs. 17:56
going home. too much waiting 17:57
19:00 Chirag_ joined 20:19 khisanth_ joined 21:18 bluescreen_ joined