This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Re: startup speed (or lack thereof)


"C. Ray C." <crayc@tomcramer.org> writes:

> Just trying some stupid tuning on scm_getc(), and with this patch, the
> scm_getc() time drops to 0.17 us, dropping the % time taken to 5.71 (!)

What we probably should do is to make read and read_token operate
directly on the port's buffer (and update line and column numbers
while doing so).

(It's great to get some profiling done.  Thanks!)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]