On 08/17/2017 11:03 AM, Alex Bennée wrote: > Currently it only makes sense for globals - i.e. registers directly > mapped to CPUEnv. > --- > tcg/README | 1 + > tcg/tcg.h | 20 ++++++++++++++++++++ > 2 files changed, 21 insertions(+)
I'm not keen on this. I know it makes for nicer intermediate dumps, but I'd rather expose the pointer addition directly (or not, and fold it into a memory offset). r~