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

Issue 2645613008: Revert of [Parse] ParseInfo owns the parsing Zone. (Closed)

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

Description

Revert of [Parse] ParseInfo owns the parsing Zone. (patchset #4 id:60001 of https://codereview.chromium.org/2632123006/ ) Reason for revert: Crashes on Windows in: CompilerDispatcherJobTest.CompileFailureToFinalize CompilerDispatcherJobTest.ScopeChain Original issue's description: > [Parse] ParseInfo owns the parsing Zone. > > Moves ownership of the parsing Zone to ParseInfo with a shared_ptr. This is > in preperation for enabling background compilation jobs for inner functions > share the AST in the outer-function's parse zone memory (read-only), with the > and zone being released when all compilation jobs have completed. > > BUG=v8:5203, v8:5215 > > Review-Url: https://codereview.chromium.org/2632123006 > Cr-Commit-Position: refs/heads/master@{#42539} > Committed: https://chromium.googlesource.com/v8/v8/+/839b06b64fcaaaa9cceb2c3fd8fd5429e2932095 TBR=marja@chromium.org,mstarzinger@chromium.org,ahaas@chromium.org,verwaest@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=v8:5203, v8:5215 Review-Url: https://codereview.chromium.org/2645613008 Cr-Commit-Position: refs/heads/master@{#42542} Committed: https://chromium.googlesource.com/v8/v8/+/37cdb18bb7d5ce573e4ff4f6d48719e23e6a11b9

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+276 lines, -189 lines) Patch
M src/asmjs/asm-wasm-builder.cc View 2 chunks +14 lines, -14 lines 0 comments Download
M src/background-parsing-task.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/background-parsing-task.cc View 2 chunks +4 lines, -1 line 0 comments Download
M src/compiler.cc View 9 chunks +17 lines, -9 lines 0 comments Download
M src/compiler-dispatcher/compiler-dispatcher-job.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler-dispatcher/compiler-dispatcher-job.cc View 5 chunks +5 lines, -2 lines 0 comments Download
M src/compiler/js-inlining.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/compiler/pipeline.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M src/crankshaft/hydrogen.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/crankshaft/hydrogen.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/debug/debug-scopes.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/parsing/parse-info.h View 4 chunks +5 lines, -13 lines 0 comments Download
M src/parsing/parse-info.cc View 3 chunks +5 lines, -13 lines 0 comments Download
M src/runtime/runtime-internal.cc View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/asmjs/test-asm-typer.cc View 12 chunks +28 lines, -30 lines 0 comments Download
M test/cctest/compiler/function-tester.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M test/cctest/compiler/test-linkage.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/compiler/test-loop-assignment-analysis.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/test-run-bytecode-graph-builder.cc View 131 chunks +133 lines, -70 lines 0 comments Download
M test/cctest/test-parsing.cc View 19 chunks +32 lines, -17 lines 0 comments Download
M test/fuzzer/parser.cc View 1 chunk +2 lines, -1 line 0 comments Download
M tools/parser-shell.cc View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
rmcilroy
Created Revert of [Parse] ParseInfo owns the parsing Zone.
3 years, 11 months ago (2017-01-20 10:38:36 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/2645613008/1
3 years, 11 months ago (2017-01-20 10:38:45 UTC) #3
commit-bot: I haz the power
Failed to apply patch for src/compiler.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 11 months ago (2017-01-20 10:38:56 UTC) #5
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/2645613008/1
3 years, 11 months ago (2017-01-20 10:43:05 UTC) #7
commit-bot: I haz the power
3 years, 11 months ago (2017-01-20 10:43:22 UTC) #10
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/v8/v8/+/37cdb18bb7d5ce573e4ff4f6d48719e23e6...

Powered by Google App Engine
This is Rietveld 408576698