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

Issue 11411353: Enforce stack allocation of TryCatch blocks. (Closed)

Created:
8 years ago by Michael Starzinger
Modified:
8 years ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Enforce stack allocation of TryCatch blocks. R=svenpanne@chromium.org BUG=v8:2166, chromium:152389 Committed: http://code.google.com/p/v8/source/detail?r=13130

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments by Sven Panne. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -3 lines) Patch
M include/v8.h View 1 3 chunks +11 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Sven Panne
LGTM with a nit https://codereview.chromium.org/11411353/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/11411353/diff/1/include/v8.h#newcode3654 include/v8.h:3654: // Make it impossible to ...
8 years ago (2012-12-04 11:55:28 UTC) #1
Michael Starzinger
8 years ago (2012-12-04 12:12:40 UTC) #2
Addressed comments. Landing.

https://codereview.chromium.org/11411353/diff/1/include/v8.h
File include/v8.h (right):

https://codereview.chromium.org/11411353/diff/1/include/v8.h#newcode3654
include/v8.h:3654: // Make it impossible to create heap-allocated TryCatch
blocks.
On 2012/12/04 11:55:28, Sven Panne wrote:
> s/impossible/hard/, same for other places like this

Done.

Powered by Google App Engine
This is Rietveld 408576698