https://codereview.chromium.org/1278413002/diff/60001/src/interpreter/interpreter.cc
File src/interpreter/interpreter.cc (right):

https://codereview.chromium.org/1278413002/diff/60001/src/interpreter/interpreter.cc#newcode41
src/interpreter/interpreter.cc:41: void Interpreter::Initialize(bool
create_heap_objects) {
On 2015/08/10 16:50:00, Hannes Payer wrote:
Why would you call this function with create_heap_objects=false?

It is called with create_heap_objects=false in Isolate::Init() if the
deserializer is non-null. We could possibly drop this for now (since it
still needs to check with IsInterpreterTableInitialized anyway) but I
would like to keep it for the time when the flag is enabled by default
and we can remove IsInterpreterTableInitialized (and only rely on
create_heap_objects to decide whether we need to generate the
interpreter table).

https://codereview.chromium.org/1278413002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to