Reviewers: Yang,

Message:
PTAL, the fix is in patch set 2.


https://codereview.chromium.org/238263003/diff/10001/src/heap.cc
File src/heap.cc (right):

https://codereview.chromium.org/238263003/diff/10001/src/heap.cc#newcode2928
src/heap.cc:2928: NameDictionary::New(isolate(),
Runtime::kNumFunctions);
This change caused the problem. I didn't add Dictionary::New() therefore
HashTable::New() was called here and NextEnumerationIndex was left
uninitialized.

Description:
Reland r20772 "Handlifying clients of StringTable, step 1."

Please review this at https://codereview.chromium.org/238263003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+159, -171 lines):
  M src/factory.h
  M src/factory.cc
  M src/heap.h
  M src/heap.cc
  M src/objects.h
  M src/objects.cc
  M src/runtime.cc


--
--
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