DescriptionTake ast node id counting away from Isolate.
When we're going to parse multiple scripts in parallel, we cannot have the
Isolate count the ast node ids.
Now the counter is stored in CompilationInfo instead. This is because we need to
add ast nodes after parsing too.
R=rossberg@chromium.org
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=23301
Patch Set 1 #Patch Set 2 : remove unnecessary Expression::zone_ #Patch Set 3 : . #
Total comments: 2
Patch Set 4 : IdGen class #
Total comments: 2
Patch Set 5 : Copy AstNode::IdGen over another? #
Total comments: 7
Patch Set 6 : code review (rossberg) #
Total comments: 4
Patch Set 7 : code review moar #Patch Set 8 : rebased #
Messages
Total messages: 10 (0 generated)
|