|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] svm vmexit action sequence
On 11/5/07 08:42, "Jan Beulich" <jbeulich@xxxxxxxxxx> wrote:
> I would even consider
> replacing the whole push/pop sequences by using moves - this ought
> to be faster, despite creating bigger code (assuming that the
> throughput of moves is higher than that of back-to-back pushes/pops).
If moves can be measured as faster than pushes/pops on a reasonable range of
processors, it would make sense to change all our entry/exit sequences
rather than just this one and stick to one idiom (push/pop) or the other
(mov).
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|