On 09/23/2015 12:42 PM, Peter Maydell wrote: >> + /* Threshold to flush the translated code buffer, and where to go >> + upon overflow. */ >> + void *code_gen_highwater; > > I don't understand what the "and where to go upon overflow" part > of this comment means. Can you elaborate?
Heh. Comment written when there was a jmp_buf there too. r~