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

Issue 10696178: Fix bug in CompilationHandlescope constructor. (Closed)

Created:
8 years, 5 months ago by sanjoy
Modified:
8 years, 5 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev, Yang
Visibility:
Public.

Description

Fix bug in CompilationHandlescope constructor. This will never be triggered in the state v8 is currently in, but will crash v8 when multiple DeferredHandles are queued up during parallel compilation. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=12050

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M src/api.h View 1 chunk +3 lines, -1 line 1 comment Download

Messages

Total messages: 2 (0 generated)
sanjoy
8 years, 5 months ago (2012-07-11 21:03:00 UTC) #1
Jakob Kummerow
8 years, 5 months ago (2012-07-12 07:22:23 UTC) #2
lgtm

http://codereview.chromium.org/10696178/diff/1/src/api.h
File src/api.h (right):

http://codereview.chromium.org/10696178/diff/1/src/api.h#newcode402
src/api.h:402: : next_(next), previous_(NULL),
first_block_limit_(first_block_limit),
nit: While you are at it, put each of these initializers onto its own line,
please.

Powered by Google App Engine
This is Rietveld 408576698