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 2733203002: FunctionEntryHook: require no-snapshot build (Closed)

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

Description

FunctionEntryHook: require no-snapshot build When a FunctionEntryHook parameter was passed to isolate creation, we ignored any existing snapshots anyway. Since the ability to bootstrap from scratch will be removed from snapshot builds, the FunctionEntryHook feature must depend on a no-snapshot build. BUG=v8:6055 Review-Url: https://codereview.chromium.org/2733203002 Cr-Commit-Position: refs/heads/master@{#43779} Committed: https://chromium.googlesource.com/v8/v8/+/d0e604bf261470b1404e2ddf6da29206dad72026

Patch Set 1 #

Patch Set 2 : add flag definition #

Total comments: 2

Patch Set 3 : address comments #

Total comments: 2

Patch Set 4 : fix nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -2 lines) Patch
M BUILD.gn View 1 1 chunk +3 lines, -0 lines 0 comments Download
M include/v8.h View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M src/api.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
Jakob Kummerow
PTAL. PSA sent to v8-dev and v8-users.
3 years, 9 months ago (2017-03-07 10:28:04 UTC) #2
jochen (gone - plz use gerrit)
hum, that'll break chrome as is... https://cs.chromium.org/chromium/src/gin/isolate_holder.cc?rcl=fd6ebdefe37285b1cc50fd4bbebf1bb8f4b7fa6f&l=47
3 years, 9 months ago (2017-03-07 10:30:35 UTC) #3
Jakob Kummerow
On 2017/03/07 10:30:35, jochen wrote: > hum, that'll break chrome as is... > https://cs.chromium.org/chromium/src/gin/isolate_holder.cc?rcl=fd6ebdefe37285b1cc50fd4bbebf1bb8f4b7fa6f&l=47 No, ...
3 years, 9 months ago (2017-03-07 10:36:14 UTC) #4
jochen (gone - plz use gerrit)
lgtm with comment https://codereview.chromium.org/2733203002/diff/20001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2733203002/diff/20001/src/api.cc#newcode8159 src/api.cc:8159: CHECK(false); can you make this an ...
3 years, 9 months ago (2017-03-07 10:37:00 UTC) #5
Jakob Kummerow
Thanks, comments addressed. https://codereview.chromium.org/2733203002/diff/20001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2733203002/diff/20001/src/api.cc#newcode8159 src/api.cc:8159: CHECK(false); On 2017/03/07 10:37:00, jochen wrote: ...
3 years, 9 months ago (2017-03-07 10:47:14 UTC) #6
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/2733203002/diff/40001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/2733203002/diff/40001/include/v8.h#newcode6362 include/v8.h:6362: * builds it must be NULL. nit nullptr
3 years, 9 months ago (2017-03-07 11:42:44 UTC) #7
Jakob Kummerow
https://codereview.chromium.org/2733203002/diff/40001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/2733203002/diff/40001/include/v8.h#newcode6362 include/v8.h:6362: * builds it must be NULL. On 2017/03/07 11:42:44, ...
3 years, 9 months ago (2017-03-07 12:43:42 UTC) #8
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/2733203002/60001
3 years, 9 months ago (2017-03-14 12:05:05 UTC) #11
commit-bot: I haz the power
3 years, 9 months ago (2017-03-14 12:31:12 UTC) #14
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/v8/v8/+/d0e604bf261470b1404e2ddf6da29206dad...

Powered by Google App Engine
This is Rietveld 408576698