On Wed, Sep 30, 2009 at 3:31 PM, [email protected] <[email protected]>wrote:
> Do I understand right that v8 is targeting really old compiler that > requires inline statement to be specified explicitly otherwise regular > functions will be generated? > It's probably a hint to the developers, not the compiler. The inline statement is only a HINT to the compiler - the compiler is under no obligation to inline anything. See: http://www.parashift.com/c++-faq-lite/inline-functions.html for interesting information about inline. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
