Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Issue 2638783002: Revert of [Parser] Introduce AstStringConstants to share constants across AstValueFactory (Closed)

Created:
3 years, 11 months ago by rmcilroy
Modified:
3 years, 11 months ago
Reviewers:
ahaas, marja
CC:
v8-reviews_googlegroups.com, rmcilroy
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Revert of [Parser] Introduce AstStringConstants to share constants across AstValueFactory (patchset #4 id:80001 of https://codereview.chromium.org/2630343002/ ) Reason for revert: Seems to break modules-namespace2 on gcstress. Original issue's description: > [Parser] Introduce AstStringConstants to share constants across AstValueFactory > > Creates an AstStringConstants container which pre-initializes the > string constants used by AstValueFactory. This ensures that all > AstValueFactories will produce the same AstValue objects for constants, > and so they can be used by the BytecodeGenerator without having to pass > the AstValueFactory to it, enabling construction off-thread. > > BUG=v8:5203 > > Review-Url: https://codereview.chromium.org/2630343002 > Cr-Commit-Position: refs/heads/master@{#42381} > Committed: https://chromium.googlesource.com/v8/v8/+/d611496b8ed30af787d8668f96b400617c858508 TBR=ahaas@chromium.org,marja@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=v8:5203 Review-Url: https://codereview.chromium.org/2638783002 Cr-Commit-Position: refs/heads/master@{#42382} Committed: https://chromium.googlesource.com/v8/v8/+/c8ac1a0ca52441b7e4aa3f7be0dda0d95b94a81c

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -137 lines) Patch
M src/ast/ast-value-factory.h View 8 chunks +20 lines, -64 lines 0 comments Download
M src/ast/ast-value-factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap-symbols.h View 10 chunks +0 lines, -18 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 chunk +7 lines, -4 lines 0 comments Download
M src/isolate.h View 3 chunks +0 lines, -7 lines 0 comments Download
M src/isolate.cc View 3 chunks +0 lines, -9 lines 0 comments Download
M src/parsing/parser.cc View 1 chunk +1 line, -2 lines 0 comments Download
M test/cctest/asmjs/test-asm-typer.cc View 1 chunk +1 line, -2 lines 0 comments Download
M test/cctest/test-ast.cc View 2 chunks +1 line, -6 lines 0 comments Download
M test/cctest/test-parsing.cc View 11 chunks +14 lines, -25 lines 0 comments Download

Messages

Total messages: 6 (3 generated)
rmcilroy
Created Revert of [Parser] Introduce AstStringConstants to share constants across AstValueFactory
3 years, 11 months ago (2017-01-16 16:35:04 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2638783002/1
3 years, 11 months ago (2017-01-16 16:35:08 UTC) #3
commit-bot: I haz the power
3 years, 11 months ago (2017-01-16 16:35:21 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/v8/v8/+/c8ac1a0ca52441b7e4aa3f7be0dda0d95b9...

Powered by Google App Engine
This is Rietveld 408576698