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: Unexec'ing Scwm [was Re: Proposal for a Guile binary file format]


thi <ttn@mingle.glug.org> writes:

<snip>

> fwiw, wrt load-performance, here are some numbers and comments:
> 
>  scheme-code directly:   5 ms
>  using shared lib:      22         this includes one-time overhead
> 				   of loading (hobbit4d link) runtime
> 				   which is shared for all libraries
> 				   loaded this way.
> 
> see below for modified `thud-load-from-path'.  when i move loading of
> (hobbit4d link) out of the accounting (not shown), the number is 18.

Wait, so you're writing that it takes between 3 and 4 times longer to
load the shared libraries than just the plain scheme code?  Scwm is
plenty fast executing Scheme code (and when it's not fast enough, we can
just write a new primitive)--- it's plenty slow *loading* and that's what
I'm hoping to speed up.

Please let me know that I'm misinterpreting your performance numbers.

Thanks,
Greg

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