The gcc4.2 gods hate Interpreter.cpp.
Hey all, Just wanted to give some advanced warning that I'm going to be splitting up Interpreter.cpp – as a first stage splitting the cti_ methods into a separate cpp file, then making them members of a different class. I'm planning to call the new file jit/JITStubs.cpp. cheers, G.
On Nov 24, 2008, at 4:29 PM, Gavin Barraclough wrote:
Hey all,
Just wanted to give some advanced warning that I'm going to be splitting up Interpreter.cpp – as a first stage splitting the cti_ methods into a separate cpp file, then making them members of a different class. I'm planning to call the new file jit/JITStubs.cpp.
Gully. I should buy you dinner for this one. Another place where GCC hates us is JIT.cpp, where one function (emitGetVirtualRegister) that I kept making bigger still has ALWAYS_INLINE on it. I never landed the patch to remove that, because it was part of other patches that didn't land. Cameron
participants (2)
-
Cameron Zwarich
-
Gavin Barraclough