[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/5] remove register variable hacks
From: |
Jim Meyering |
Subject: |
Re: [PATCH 2/5] remove register variable hacks |
Date: |
Mon, 08 Mar 2010 10:42:22 +0100 |
Paolo Bonzini wrote:
> * dfa.c (dfaexec): We can extract the address of a variable without fearing
> performance problems, modern compilers know better.
> ---
> src/dfa.c | 27 ++++++++-------------------
> 1 files changed, 8 insertions(+), 19 deletions(-)
Shorter and more readable.
ACK
- [PATCH 0/5] small changes to src/dfa.c, Paolo Bonzini, 2010/03/07
- [PATCH 1/5] remove register keywords, Paolo Bonzini, 2010/03/07
- [PATCH 2/5] remove register variable hacks, Paolo Bonzini, 2010/03/07
- Re: [PATCH 2/5] remove register variable hacks,
Jim Meyering <=
- [PATCH 4/5] use do...while(0) idiom, Paolo Bonzini, 2010/03/07
- [PATCH 3/5] extract common code from if/else, Paolo Bonzini, 2010/03/07
- [PATCH 5/5] Small refactoring in src/dfa.c, Paolo Bonzini, 2010/03/07