https://chromiumcodereview.appspot.com/10270032/diff/1/src/hydrogen.cc File src/hydrogen.cc (right):
https://chromiumcodereview.appspot.com/10270032/diff/1/src/hydrogen.cc#newcode5717 src/hydrogen.cc:5717: InliningAstSize(expr->target()), Could we just use "expr->target()->shared()->ast_node_count()" and disregard whether we potentially inline the target or not? That would simplify the code. Also inlining decision is affected by other factors as well. https://chromiumcodereview.appspot.com/10270032/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
