« Previous | Next » 

Revision 7f6ceedf

ID7f6ceedf9c5da96ee2b1fe42573b781243bc2828

Added by Aurelien Jarno over 11 years ago

tcg: add tcg_reg_sync()

Add a new function tcg_reg_sync() to synchronize the canonical location
of a temp with the value in the associated register, but without freeing
it. Rewrite tcg_reg_free() to first call tcg_reg_sync() and then to free
the register.

Reviewed-by: Richard Henderson <>
Signed-off-by: Aurelien Jarno <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences