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

Issue 2401173002: Version 5.6.1.1 (cherry-pick) (Closed)

Created:
4 years, 2 months ago by Michael Hablich
Modified:
4 years, 2 months ago
Reviewers:
Michael Achenbach
CC:
v8-reviews_googlegroups.com, v8-merges_googlegroups.com, Paweł Hajdan Jr., ulan
Target Ref:
refs/pending/heads/5.6.1
Project:
v8
Visibility:
Public.

Description

Version 5.6.1.1 (cherry-pick) Merged 25b4347507de549ff36761c33ba6cbdd40d3f441 Merged f28e5dcbc4e6c53a6458f10736b881926d14aa03 Revert of Replaced different means of zone pooling/reusing by one zone segment pool (patchset #5 id:160001 of https://codereview.chromium.org/2348303002/ ) Revert of Pool implementation for zone segments (patchset #13 id:520001 of https://codereview.chromium.org/2335343007/ ) LOG=N TBR=machenbach@chromium.org Committed: https://chromium.googlesource.com/v8/v8/+/73a37f6c5b42c1317633ee5d9dec54f2914eaca8

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+271 lines, -694 lines) Patch
M BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
M include/v8-version.h View 1 chunk +1 line, -1 line 0 comments Download
M src/api.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/compiler/move-optimizer.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/pipeline.cc View 16 chunks +48 lines, -48 lines 0 comments Download
M src/compiler/pipeline-statistics.h View 4 chunks +4 lines, -4 lines 0 comments Download
M src/compiler/pipeline-statistics.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M src/compiler/scheduler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/wasm-compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
A + src/compiler/zone-pool.h View 5 chunks +19 lines, -17 lines 0 comments Download
A + src/compiler/zone-pool.cc View 5 chunks +58 lines, -31 lines 0 comments Download
D src/compiler/zone-stats.h View 1 chunk +0 lines, -92 lines 0 comments Download
D src/compiler/zone-stats.cc View 1 chunk +0 lines, -111 lines 0 comments Download
M src/isolate.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/runtime/runtime-regexp.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/v8.gyp View 2 chunks +2 lines, -4 lines 0 comments Download
M src/zone/accounting-allocator.h View 1 chunk +4 lines, -40 lines 0 comments Download
M src/zone/accounting-allocator.cc View 3 chunks +0 lines, -120 lines 0 comments Download
M src/zone/zone.h View 5 chunks +26 lines, -5 lines 0 comments Download
M src/zone/zone.cc View 2 chunks +56 lines, -15 lines 0 comments Download
M src/zone/zone-segment.h View 2 chunks +5 lines, -2 lines 0 comments Download
M src/zone/zone-segment.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/wasm/wasm-run-utils.h View 2 chunks +3 lines, -1 line 0 comments Download
M test/unittests/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
A + test/unittests/compiler/zone-pool-unittest.cc View 5 chunks +25 lines, -22 lines 0 comments Download
D test/unittests/compiler/zone-stats-unittest.cc View 1 chunk +0 lines, -160 lines 0 comments Download
M test/unittests/unittests.gyp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (1 generated)
Michael Hablich
4 years, 2 months ago (2016-10-07 21:23:00 UTC) #1
Michael Hablich
Committed patchset #1 (id:1) manually as 73a37f6c5b42c1317633ee5d9dec54f2914eaca8.
4 years, 2 months ago (2016-10-07 21:24:34 UTC) #3
Michael Achenbach
4 years, 2 months ago (2016-10-07 21:27:44 UTC) #4
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698