Re: [Qemu-devel] [PATCH v3 1/8] tcg: Move some opcode generation functions out of line
On 02/04/2015 02:12 PM, Bastian Koppelmann wrote: > I've got some weird trailing whitespace here, but maybe it's just my mail > client. I guess so; checkpatch doesn't see any on the actual patch. r~
Re: [Qemu-devel] [PATCH v3 1/8] tcg: Move some opcode generation functions out of line
On 02/03/2015 03:35 PM, Richard Henderson wrote: Some of these functions are really quite large. We have a number of things that ought to be circularly dependent, but we duplicated code to break that chain for the inlines. This saved 25% of the code size of one of the translators I examined.