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

Issue 10808029: Don't use alloca. (Closed)

Created:
8 years, 5 months ago by Sven Panne
Modified:
8 years, 5 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Don't use alloca. It leads to compability hell, and the amount of memory we need is bounded, anyway. Added a few more assertions on the way. Committed: https://code.google.com/p/v8/source/detail?r=12137

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M src/objects-inl.h View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Sven Panne
8 years, 5 months ago (2012-07-19 07:30:28 UTC) #1
Toon Verwaest
8 years, 5 months ago (2012-07-19 07:31:57 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698