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

Issue 804463002: Stack-allocate block variables (Closed)

Created:
6 years ago by Dmitry Lomov (no reviews)
Modified:
5 years, 9 months ago
Reviewers:
CC:
v8-dev, adamk, arv (Not doing code reviews), rossberg
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

Stack-allocate block variables WIP! COMMIT=false

Patch Set 1 #

Patch Set 2 : progress #

Patch Set 3 : moar progress #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -70 lines) Patch
M src/compiler/ast-graph-builder.h View 1 2 chunks +10 lines, -2 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 1 chunk +6 lines, -3 lines 0 comments Download
M src/full-codegen.h View 1 2 3 chunks +11 lines, -2 lines 0 comments Download
M src/full-codegen.cc View 1 2 3 chunks +18 lines, -8 lines 0 comments Download
M src/hydrogen.cc View 1 2 1 chunk +24 lines, -20 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 chunks +51 lines, -34 lines 0 comments Download
M src/scopes.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Dmitry Lomov (no reviews)
6 years ago (2014-12-15 14:48:24 UTC) #1
Far from ready yet, but just to share some progress

Powered by Google App Engine
This is Rietveld 408576698