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

Issue 23513062: Add flags to force or prevent setting of isolate.is_memory_constrained. (Closed)

Created:
7 years, 3 months ago by rmcilroy
Modified:
7 years, 3 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Add flags to force or prevent setting of isolate.is_memory_constrained. Enables MAYBE_BOOL flags for when you want to only do something if the flag was explicitly set to true or false. Also cleans up JSArguments struct. BUG=None R=svenpanne@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=16774

Patch Set 1 #

Patch Set 2 : Cleanup #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -49 lines) Patch
M src/api.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/d8.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/flag-definitions.h View 1 7 chunks +28 lines, -28 lines 1 comment Download
M src/flags.cc View 13 chunks +30 lines, -7 lines 0 comments Download
M src/isolate.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M test/cctest/test-flags.cc View 12 chunks +24 lines, -11 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
rmcilroy
Now with less static initializers...
7 years, 3 months ago (2013-09-17 13:05:41 UTC) #1
Sven Panne
LGTM, I'll land it for you. https://codereview.chromium.org/23513062/diff/3001/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/23513062/diff/3001/src/flag-definitions.h#newcode108 src/flag-definitions.h:108: int argc; Let's ...
7 years, 3 months ago (2013-09-17 13:46:49 UTC) #2
Sven Panne
7 years, 3 months ago (2013-09-17 13:48:27 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r16774.

Powered by Google App Engine
This is Rietveld 408576698