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

Issue 304153009: Implemented folding of constant size allocation followed by dynamic size allocation. (Closed)

Created:
6 years, 6 months ago by Igor Sheludko
Modified:
6 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Implemented folding of constant size allocation followed by dynamic size allocation. Manually folded allocations (JSArray, JSRegExpResult) are split into two separate allocations. R=hpayer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21671

Patch Set 1 #

Patch Set 2 : TODO removed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+369 lines, -291 lines) Patch
M src/code-stubs-hydrogen.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/hydrogen.h View 5 chunks +44 lines, -30 lines 0 comments Download
M src/hydrogen.cc View 1 18 chunks +225 lines, -242 lines 0 comments Download
M src/hydrogen-instructions.h View 5 chunks +17 lines, -2 lines 0 comments Download
M src/hydrogen-instructions.cc View 5 chunks +82 lines, -17 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Igor Sheludko
PTAL
6 years, 6 months ago (2014-06-02 08:25:44 UTC) #1
Hannes Payer (out of office)
lgtm
6 years, 6 months ago (2014-06-04 09:01:02 UTC) #2
Igor Sheludko
6 years, 6 months ago (2014-06-04 09:35:51 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r21671 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698