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

Issue 535133002: Remove usages of alloca() according to style guide. (Closed)

Created:
6 years, 3 months ago by Michael Starzinger
Modified:
6 years, 3 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Remove usages of alloca() according to style guide. R=bmeurer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23657

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -12 lines) Patch
M src/compiler/ast-graph-builder.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/graph-builder.cc View 3 chunks +3 lines, -6 lines 0 comments Download
M src/compiler/machine-node-factory.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/structured-machine-assembler.cc View 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Starzinger
According to the C++ style guide all usages of alloca() are disallowed. Some of our ...
6 years, 3 months ago (2014-09-03 13:14:17 UTC) #1
Benedikt Meurer
lgtm
6 years, 3 months ago (2014-09-03 13:19:36 UTC) #2
Michael Starzinger
6 years, 3 months ago (2014-09-03 13:23:48 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 23657 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698