[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Skipping unexec via a big .elc file
From: |
Ken Raeburn |
Subject: |
Re: Skipping unexec via a big .elc file |
Date: |
Wed, 2 Nov 2016 03:36:12 -0400 |
On Oct 31, 2016, at 10:27, Stefan Monnier <address@hidden> wrote:
>> I switched over to a pair of hash tables and the run time is just under 0.2s
>> on my test machine now. Profiling reports are now topped by read1,
>> readchar, and readbyte_from_file (now including the expanded getc_unlocked
>> calls), accounting for about 30% of the CPU time between them. The hash
>> functions and substitute_object_recurse are not taking a significant amount
>> of time.
>
> BTW, I don't know if you've tried to make that dumped file work
> correctly, but in case you haven't here's my latest attempt.
Thanks! Looks like you’ve refined the handling of faces and other attributes.
Have you tried it out in batch mode? I’m getting a crash in realize_face with
a null cache pointer.
Ken
- Re: Skipping unexec via a big .elc file,
Ken Raeburn <=