Re: [patch 5/8] Immediate Values - x86 Optimization (update 2)

2007-11-14 Thread Mathieu Desnoyers
* H. Peter Anvin ([EMAIL PROTECTED]) wrote: > Mathieu Desnoyers wrote: >> Immediate Values - x86 Optimization >> x86 optimization of the immediate values which uses a movl with code >> patching >> to set/unset the value used to populate the register used as variable >> source. >> Changelog: >> -

Re: [patch 5/8] Immediate Values - x86 Optimization (update 2)

2007-11-14 Thread Mathieu Desnoyers
* H. Peter Anvin ([EMAIL PROTECTED]) wrote: Mathieu Desnoyers wrote: Immediate Values - x86 Optimization x86 optimization of the immediate values which uses a movl with code patching to set/unset the value used to populate the register used as variable source. Changelog: - Use

Re: [patch 5/8] Immediate Values - x86 Optimization (update 2)

2007-11-13 Thread H. Peter Anvin
Mathieu Desnoyers wrote: Immediate Values - x86 Optimization x86 optimization of the immediate values which uses a movl with code patching to set/unset the value used to populate the register used as variable source. Changelog: - Use text_poke_early with cr0 WP save/restore to patch the

Re: [patch 5/8] Immediate Values - x86 Optimization (update 2)

2007-11-13 Thread Mathieu Desnoyers
Immediate Values - x86 Optimization x86 optimization of the immediate values which uses a movl with code patching to set/unset the value used to populate the register used as variable source. Changelog: - Use text_poke_early with cr0 WP save/restore to patch the bypass. We are doing non atomic

Re: [patch 5/8] Immediate Values - x86 Optimization (update 2)

2007-11-13 Thread Mathieu Desnoyers
Immediate Values - x86 Optimization x86 optimization of the immediate values which uses a movl with code patching to set/unset the value used to populate the register used as variable source. Changelog: - Use text_poke_early with cr0 WP save/restore to patch the bypass. We are doing non atomic

Re: [patch 5/8] Immediate Values - x86 Optimization (update 2)

2007-11-13 Thread H. Peter Anvin
Mathieu Desnoyers wrote: Immediate Values - x86 Optimization x86 optimization of the immediate values which uses a movl with code patching to set/unset the value used to populate the register used as variable source. Changelog: - Use text_poke_early with cr0 WP save/restore to patch the