qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] a4960e: tcg: Don't make exitreq flag a local


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] a4960e: tcg: Don't make exitreq flag a local temporary
Date: Sat, 09 Mar 2013 10:30:10 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: a4960ef34829c355fdf25b8ee6b869c92393e366
      
https://github.com/qemu/qemu/commit/a4960ef34829c355fdf25b8ee6b869c92393e366
  Author: Richard Henderson <address@hidden>
  Date:   2013-03-09 (Sat, 09 Mar 2013)

  Changed paths:
    M include/exec/gen-icount.h

  Log Message:
  -----------
  tcg: Don't make exitreq flag a local temporary

The value is not actually live across basic blocks, so there's no
need for the local property.  This eliminates storing the temporary
to its home location at the branch.

Signed-off-by: Richard Henderson <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>




reply via email to

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