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

Issue 2366283003: Remove runtime zone. (Closed)

Created:
4 years, 2 months ago by heimbuef
Modified:
4 years, 2 months ago
Reviewers:
ahaas, jgruber
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Remove the runtime zone. The runtime zone is ugly because ownership over it is not obviously clear and leads to errors. Committed: https://crrev.com/506c9bcd46ffddab32fd16d90e7ec8f42a70ddf4 Cr-Commit-Position: refs/heads/master@{#40024}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Keep list storage memory #

Patch Set 3 : Reaction to comments #

Total comments: 5

Patch Set 4 : Reaction to comments #

Total comments: 2

Patch Set 5 : Reaction to comments #

Patch Set 6 : Reaction to comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -63 lines) Patch
M src/isolate.h View 1 2 3 4 5 4 chunks +3 lines, -2 lines 0 comments Download
M src/isolate.cc View 3 chunks +0 lines, -7 lines 0 comments Download
M src/list.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/runtime/runtime-regexp.cc View 1 2 3 4 5 14 chunks +56 lines, -49 lines 1 comment Download
M src/runtime/runtime-strings.cc View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 54 (36 generated)
heimbuef
PTAL
4 years, 2 months ago (2016-09-26 14:04:40 UTC) #6
jgruber
A couple of comments: https://codereview.chromium.org/2366283003/diff/1/src/isolate.h File src/isolate.h (right): https://codereview.chromium.org/2366283003/diff/1/src/isolate.h#newcode1345 src/isolate.h:1345: List<int> regex_indices_; Nit: 'regexp' here ...
4 years, 2 months ago (2016-09-30 09:46:24 UTC) #9
heimbuef
On 2016/09/30 at 09:46:24, jgruber wrote: > A couple of comments: > > https://codereview.chromium.org/2366283003/diff/1/src/isolate.h > ...
4 years, 2 months ago (2016-10-04 08:07:28 UTC) #10
jgruber
Looking good. A few more comments below, and please be a bit more descriptive in ...
4 years, 2 months ago (2016-10-04 11:23:32 UTC) #11
jgruber
lgtm
4 years, 2 months ago (2016-10-04 12:51:09 UTC) #13
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/2366283003/80001
4 years, 2 months ago (2016-10-04 14:25:25 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/25568)
4 years, 2 months ago (2016-10-04 14:29:55 UTC) #25
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/2366283003/80001
4 years, 2 months ago (2016-10-04 15:32:28 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/25575)
4 years, 2 months ago (2016-10-04 15:36:39 UTC) #29
ahaas
lgtm after comments are addressed https://codereview.chromium.org/2366283003/diff/80001/src/runtime/runtime-regexp.cc File src/runtime/runtime-regexp.cc (right): https://codereview.chromium.org/2366283003/diff/80001/src/runtime/runtime-regexp.cc#newcode391 src/runtime/runtime-regexp.cc:391: indices->Rewind(0); Could you write ...
4 years, 2 months ago (2016-10-05 08:32:13 UTC) #31
heimbuef
On 2016/10/05 at 08:32:13, ahaas wrote: > lgtm after comments are addressed > > https://codereview.chromium.org/2366283003/diff/80001/src/runtime/runtime-regexp.cc ...
4 years, 2 months ago (2016-10-05 08:45:22 UTC) #32
ahaas
On 2016/10/05 at 08:45:22, heimbuef wrote: > On 2016/10/05 at 08:32:13, ahaas wrote: > > ...
4 years, 2 months ago (2016-10-05 09:08:43 UTC) #35
ahaas
lgtm with nit https://codereview.chromium.org/2366283003/diff/120001/src/runtime/runtime-regexp.cc File src/runtime/runtime-regexp.cc (right): https://codereview.chromium.org/2366283003/diff/120001/src/runtime/runtime-regexp.cc#newcode384 src/runtime/runtime-regexp.cc:384: static List<int>* GetRewindedRegexpIndicesList(Isolate* isolate) { putting ...
4 years, 2 months ago (2016-10-06 08:43:19 UTC) #40
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/2366283003/120001
4 years, 2 months ago (2016-10-06 09:09:50 UTC) #45
commit-bot: I haz the power
Committed patchset #6 (id:120001)
4 years, 2 months ago (2016-10-06 09:13:08 UTC) #46
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/506c9bcd46ffddab32fd16d90e7ec8f42a70ddf4 Cr-Commit-Position: refs/heads/master@{#40024}
4 years, 2 months ago (2016-10-06 09:13:23 UTC) #48
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/2366283003/140001
4 years, 2 months ago (2016-10-06 10:51:20 UTC) #51
commit-bot: I haz the power
4 years, 2 months ago (2016-10-06 10:52:50 UTC) #53
Try jobs failed on following builders:
  v8_android_arm_compile_rel on master.tryserver.v8 (JOB_FAILED,
http://build.chromium.org/p/tryserver.v8/builders/v8_android_arm_compile_rel/...)
  v8_linux64_asan_rel_ng on master.tryserver.v8 (JOB_FAILED,
http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel_ng/buil...)
  v8_linux_mips64el_compile_rel on master.tryserver.v8 (JOB_FAILED,
http://build.chromium.org/p/tryserver.v8/builders/v8_linux_mips64el_compile_r...)
  v8_linux_mipsel_compile_rel on master.tryserver.v8 (JOB_FAILED,
http://build.chromium.org/p/tryserver.v8/builders/v8_linux_mipsel_compile_rel...)
  v8_linux_nodcheck_rel_ng on master.tryserver.v8 (JOB_FAILED,
http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel_ng/bu...)

Powered by Google App Engine
This is Rietveld 408576698