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

Issue 750813003: Use deadline in IdleNotification. (Closed)

Created:
6 years ago by Hannes Payer (out of office)
Modified:
6 years ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

Use deadline in IdleNotification. BUG=417668 LOG=n

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 2

Patch Set 8 : #

Total comments: 10

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : #

Patch Set 15 : #

Patch Set 16 : #

Patch Set 17 : #

Total comments: 4

Patch Set 18 : #

Patch Set 19 : #

Patch Set 20 : #

Patch Set 21 : #

Patch Set 22 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -47 lines) Patch
M include/v8.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +9 lines, -3 lines 0 comments Download
M src/api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +9 lines, -0 lines 0 comments Download
M src/heap/gc-idle-time-handler.h View 1 2 3 4 5 6 7 8 9 18 1 chunk +1 line, -1 line 0 comments Download
M src/heap/gc-idle-time-handler.cc View 1 2 3 4 5 6 7 8 9 10 11 18 6 chunks +9 lines, -7 lines 0 comments Download
M src/heap/heap.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +2 lines, -1 line 0 comments Download
M src/heap/heap.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 5 chunks +35 lines, -16 lines 0 comments Download
M test/unittests/heap/gc-idle-time-handler-unittest.cc View 1 2 3 4 5 6 7 8 18 16 chunks +26 lines, -19 lines 0 comments Download

Messages

Total messages: 27 (8 generated)
Hannes Payer (out of office)
6 years ago (2014-11-25 08:23:22 UTC) #2
rmcilroy
https://codereview.chromium.org/750813003/diff/120001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/750813003/diff/120001/src/heap/heap.cc#newcode4429 src/heap/heap.cc:4429: deadline - V8::GetCurrentPlatform()->MonotonicallyIncreasingTime(); Both deadline and MonotonicallyIncreasingTime() return time ...
6 years ago (2014-11-25 10:35:41 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/750813003/diff/120001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/750813003/diff/120001/src/heap/heap.cc#newcode4429 src/heap/heap.cc:4429: deadline - V8::GetCurrentPlatform()->MonotonicallyIncreasingTime(); On 2014/11/25 10:35:41, rmcilroy wrote: > ...
6 years ago (2014-11-25 12:28:59 UTC) #4
rmcilroy
https://codereview.chromium.org/750813003/diff/130001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/750813003/diff/130001/include/v8.h#newcode5001 include/v8.h:5001: * done within the time limit. nit - mention ...
6 years ago (2014-11-25 14:28:06 UTC) #5
jochen (gone - plz use gerrit)
i'm worried that somewhere in chrome we actually pass in a float value that currently ...
6 years ago (2014-11-25 15:54:52 UTC) #6
Hannes Payer (out of office)
On 2014/11/25 15:54:52, jochen (slow) wrote: > i'm worried that somewhere in chrome we actually ...
6 years ago (2014-11-25 15:57:24 UTC) #7
Hannes Payer (out of office)
On 2014/11/25 15:57:24, Hannes Payer wrote: > On 2014/11/25 15:54:52, jochen (slow) wrote: > > ...
6 years ago (2014-11-25 15:58:07 UTC) #8
Hannes Payer (out of office)
https://codereview.chromium.org/750813003/diff/130001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/750813003/diff/130001/include/v8.h#newcode5001 include/v8.h:5001: * done within the time limit. On 2014/11/25 14:28:06, ...
6 years ago (2014-11-25 16:01:37 UTC) #9
rmcilroy
Lgtm with a couple of final comments. Also - you could link this with crbug.com/417668, ...
6 years ago (2014-11-26 11:35:41 UTC) #10
Hannes Payer (out of office)
https://codereview.chromium.org/750813003/diff/310001/src/heap/gc-idle-time-handler.cc File src/heap/gc-idle-time-handler.cc (right): https://codereview.chromium.org/750813003/diff/310001/src/heap/gc-idle-time-handler.cc#newcode192 src/heap/gc-idle-time-handler.cc:192: GCIdleTimeAction GCIdleTimeHandler::Compute(double idle_time_in_ms, On 2014/11/26 11:35:41, rmcilroy wrote: > ...
6 years ago (2014-11-27 12:19:15 UTC) #11
jochen (gone - plz use gerrit)
lgtm.
6 years ago (2014-11-27 13:02:16 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/750813003/340001
6 years ago (2014-11-27 13:07:34 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_chromium_gn_rel on tryserver.v8 (http://build.chromium.org/p/tryserver.v8/builders/v8_linux_chromium_gn_rel/builds/188)
6 years ago (2014-11-27 13:14:26 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/750813003/360001
6 years ago (2014-11-28 08:10:30 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_chromium_gn_rel on tryserver.v8 (http://build.chromium.org/p/tryserver.v8/builders/v8_linux_chromium_gn_rel/builds/199)
6 years ago (2014-11-28 08:17:31 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/750813003/380001
6 years ago (2014-11-28 09:34:50 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_chromium_gn_rel on tryserver.v8 (http://build.chromium.org/p/tryserver.v8/builders/v8_linux_chromium_gn_rel/builds/201)
6 years ago (2014-11-28 09:44:42 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/750813003/400001
6 years ago (2014-11-28 10:26:21 UTC) #26
commit-bot: I haz the power
6 years ago (2014-11-28 10:59:24 UTC) #27
Message was sent while issue was closed.
Committed patchset #22 (id:400001)

Powered by Google App Engine
This is Rietveld 408576698