rom b00c14d851996150da952eb71d84eee50cf68a7f Mon Sep 17 00:00:00 2001
From: Jan Darmochwal
Date: Fri, 25 Feb 2011 11:23:25 +0100
Subject: [PATCH] Accelerate Perl installer builder
* subs in converter.pl rewritten
* fixed bug in convert_whitespace_stringlist_into_array
* removed copy_array_from_reference (can be written as &qu
PL ;-)
regards,
Jan
>From 45afa54efa76d7b853b29cd028437134f8425933 Mon Sep 17 00:00:00 2001
From: Jan Darmochwal
Date: Thu, 3 Feb 2011 12:30:37 +0100
Subject: [PATCH] Accelerate Perl installer builder
speed up get_all_items_from_script
---
solenv/bin/modules/installer/remover.pm |4 +-
solenv/bin/modules
On 2011-01-27 Michael Meeks wrote:
> Incidentally, if changing the format of the scp2 files to make them
> easier to parse is sensible, we should do that too - the files all come
> from scp2/ (as you can see).
>
> Also wrt. semantic differences, you can see the setup_osl.ins that much
On 2011-01-27 Christian Lohmaier wrote:
> So my question is: Did you just skim over the installer to identify
> the part that is slow, or did you profile it yourself? And how did you
> measure the improvement?
I added "-d:DProf" to the perl calls in ooinstall to profile it.
I measured the improv
list?
>From 9aae3df44545965681254655fae5c9c69c4e0b34 Mon Sep 17 00:00:00 2001
From: Jan Darmochwal
Date: Thu, 27 Jan 2011 00:41:19 +0100
Subject: [PATCH] Accelerate Perl installer builder
speed up collect_directories_from_filesarray
eg use $a .= $b instead of $a = $a . $b
---
solenv/bin/modules/i