[Mesa-dev] [PATCH 3/6] translate_sse: remove useless generated function wrappers

2010-08-13 Thread Luca Barbieri
Currently translate_sse puts two trivial wrappers in the translate vtable. These slow it down and enlarge the source code for no gain, except perhaps the ability to set a breakpoint there, so remove them. Breakpoints can be set on the caller of the translate functions, with no loss of functionali

[Mesa-dev] [PATCH 3/6] translate_sse: remove useless generated function wrappers

2010-08-12 Thread Luca Barbieri
Currently translate_sse puts two trivial wrappers in the translate vtable. These slow it down and enlarge the source code for no gain, except perhaps the ability to set a breakpoint there, so remove them. Breakpoints can be set on the caller of the translate functions, with no loss of functionali