http://codereview.chromium.org/449012/diff/1/3 File src/compiler.cc (right):
http://codereview.chromium.org/449012/diff/1/3#newcode128 src/compiler.cc:128: if (shared.is_null() && !literal->scope()->is_global_scope() && On 2009/11/30 11:45:53, Lasse Reichstein wrote: > Does "shared.is_null()" have a special significance? (I.e., if it isn't there, > what does it tell us about the function?) Good question. I'm not sure. As I understand the SharedFunctionInfo is non-null for lazily compiled functions. I'll leave it as is for now, but have a closer look later. http://codereview.chromium.org/449012 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
