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

Issue 325553002: --verify-predictable mode added for ensuring that GC behaves deterministically. (Closed)

Created:
6 years, 6 months ago by Igor Sheludko
Modified:
6 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

--verify-predictable mode added for ensuring that GC behaves deterministically. In order to be able to use it one should pass verifypredictable=on to the make tool or specify v8_enable_verify_predictable=1 in GYP_DEFINES. R=hpayer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21892

Patch Set 1 #

Total comments: 15

Patch Set 2 : Addressing review comments #

Patch Set 3 : Addressing comments #

Total comments: 4

Patch Set 4 : Addressing comments #

Total comments: 4

Patch Set 5 : Addressing review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+218 lines, -94 lines) Patch
M Makefile View 1 chunk +4 lines, -0 lines 0 comments Download
M build/features.gypi View 2 chunks +5 lines, -0 lines 0 comments Download
M src/builtins.cc View 1 2 1 chunk +2 lines, -6 lines 0 comments Download
M src/d8.cc View 1 2 1 chunk +11 lines, -2 lines 0 comments Download
M src/flag-definitions.h View 1 1 chunk +18 lines, -0 lines 0 comments Download
M src/heap.h View 1 2 3 4 6 chunks +36 lines, -6 lines 0 comments Download
M src/heap.cc View 1 2 3 4 8 chunks +31 lines, -47 lines 0 comments Download
M src/heap-inl.h View 1 2 3 5 chunks +97 lines, -7 lines 0 comments Download
M src/mark-compact.cc View 1 2 2 chunks +1 line, -4 lines 0 comments Download
M src/objects-printer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.cc View 1 2 1 chunk +7 lines, -1 line 0 comments Download
M src/serialize.h View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M src/serialize.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/spaces-inl.h View 1 2 3 4 1 chunk +4 lines, -16 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Igor Sheludko
PTAL
6 years, 6 months ago (2014-06-07 09:07:04 UTC) #1
Hannes Payer (out of office)
https://codereview.chromium.org/325553002/diff/1/src/d8.cc File src/d8.cc (right): https://codereview.chromium.org/325553002/diff/1/src/d8.cc#newcode292 src/d8.cc:292: // performance.now() returns a time stamp as double, measured ...
6 years, 6 months ago (2014-06-09 15:23:51 UTC) #2
Igor Sheludko
https://codereview.chromium.org/325553002/diff/1/src/d8.cc File src/d8.cc (right): https://codereview.chromium.org/325553002/diff/1/src/d8.cc#newcode292 src/d8.cc:292: // performance.now() returns a time stamp as double, measured ...
6 years, 6 months ago (2014-06-10 08:22:54 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/325553002/diff/1/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/325553002/diff/1/src/spaces.cc#newcode2901 src/spaces.cc:2901: heap()->OnAllocationEvent(object, object_size); On 2014/06/10 08:22:54, Igor Sheludko wrote: > ...
6 years, 6 months ago (2014-06-10 16:58:59 UTC) #4
Igor Sheludko
I added bottlenecks for object allocation events and object movement events and most likely fixed ...
6 years, 6 months ago (2014-06-13 15:46:03 UTC) #5
Hannes Payer (out of office)
https://codereview.chromium.org/325553002/diff/60001/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/325553002/diff/60001/src/heap.cc#newcode3343 src/heap.cc:3343: OnAllocationEvent(result, object_size); As discussed, offline: let's refactor large object ...
6 years, 6 months ago (2014-06-17 12:54:49 UTC) #6
Igor Sheludko
https://codereview.chromium.org/325553002/diff/60001/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/325553002/diff/60001/src/heap.cc#newcode3343 src/heap.cc:3343: OnAllocationEvent(result, object_size); On 2014/06/17 12:54:49, Hannes Payer wrote: > ...
6 years, 6 months ago (2014-06-17 14:08:10 UTC) #7
Hannes Payer (out of office)
LGTM https://codereview.chromium.org/325553002/diff/80001/src/heap-inl.h File src/heap-inl.h (right): https://codereview.chromium.org/325553002/diff/80001/src/heap-inl.h#newcode306 src/heap-inl.h:306: (static_cast<uint32_t>(allocation_space) << kPageSizeBits); Why do you need the ...
6 years, 6 months ago (2014-06-18 09:45:10 UTC) #8
Igor Sheludko
Done https://codereview.chromium.org/325553002/diff/80001/src/heap-inl.h File src/heap-inl.h (right): https://codereview.chromium.org/325553002/diff/80001/src/heap-inl.h#newcode306 src/heap-inl.h:306: (static_cast<uint32_t>(allocation_space) << kPageSizeBits); On 2014/06/18 09:45:10, Hannes Payer ...
6 years, 6 months ago (2014-06-18 12:38:49 UTC) #9
Igor Sheludko
6 years, 6 months ago (2014-06-20 07:36:08 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 manually as r21892 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698