[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: files in international/l10n take too long to process



On Fri, Jul 28, 2000 at 12:06:34PM +0200, Denis Barbier wrote:
> > Also, I've noticed that the pass 9 takes quite a lot of time on
> > vendors.CD file, too; however two slices are used in the file. Could we
> > <protect pass=5,9> everything but that chunk?
> 
> I do not understand what you are suggesting, but give it a try and check
> if it works.

What I'm saying is: most of the file doesn't need passes 5 (divert) and 9
(slices). The line 897 is the only one that uses slices:

	<vendor Linpus Technologies[ZH: ¦Ê¸ê¬ì§Þ:] "LinuxShop"[ZH: Linux ±M½æ©±:]>

So we could also skip pass 9 for everything but that line. However, this
didn't work:

<protect pass=5>
<protect pass=9>
[lots of stuff]
</protect>
	<vendor Linpus Technologies[ZH: ¦Ê¸ê¬ì§Þ:] "LinuxShop"[ZH: Linux ±M½æ©±:]>
<protect pass=9>
</protect>
[lots of stuff]
</protect>

I got this:

** WML:Verbose: Processing time (seconds):
** WML:Verbose: main |  ipp   mhc   epl  gm4  div asub hfix hstr slic |  TOTAL
** WML:Verbose: ---- | ---- ----- ----- ---- ---- ---- ---- ---- ---- | ------
** WML:Verbose: 0.35 | 0.40  0.61  0.95 0.57 60.64 0.40 7.43 10.49 1.49 |  83.33

I don't understand why it ignored <protect pass=5>.

-- 
Digital Electronic Being Intended for Assassination and Nullification



Reply to: