http://codereview.chromium.org/13339/diff/1/6 File src/codegen-ia32.cc (right):
http://codereview.chromium.org/13339/diff/1/6#newcode708 Line 708: void GenerateInlineCode(); On 2008/12/10 12:02:51, William Hesse wrote: > Where is this function now defined? Or is it dead? Not dead, we call it in the generic binary operation. It's a clone of GenericBinaryOpStub::GenerateSmiCode, so I defined them together to emphasize that fact. http://codereview.chromium.org/13339/diff/1/6#newcode4386 Line 4386: void DeferredInlineBinaryOperation::GenerateInlineCode() { ...is defined right here. http://codereview.chromium.org/13339 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
