qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v9 5/8] module: implement module loading


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v9 5/8] module: implement module loading
Date: Fri, 13 Sep 2013 12:43:49 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8

On 09/13/2013 09:20 AM, Michael Tokarev wrote:
> 13.09.2013 18:52, Richard Henderson wrote:
> 
>> Also, separate the whitelists by type.  I.e.
> 
> What for?

We are talking about a function whose interface is to
only load modules of a particular type, right?

Given that we know the set of all modules, and the type
to which it belongs, how can it not be most efficient
to separate them into different lists, to avoid having
to perform some kind of runtime test on each module?


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]