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

Issue 141533004: Moving logic to AstNode to determine how many type cells are required. (Closed)

Created:
6 years, 11 months ago by mvstanton
Modified:
6 years, 11 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Visibility:
Public.

Description

Moving logic to AstNode to determine how many type cells are required. With this change, we'll be able to discover how many type cells we need at parse time, enabling future optimizations. R=bmeurer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18668

Patch Set 1 #

Patch Set 2 : Use of an enum to encode call type. #

Patch Set 3 : Ports. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -25 lines) Patch
M src/arm/full-codegen-arm.cc View 1 2 4 chunks +9 lines, -6 lines 0 comments Download
M src/ast.h View 1 1 chunk +11 lines, -0 lines 0 comments Download
M src/ast.cc View 1 1 chunk +17 lines, -1 line 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 4 chunks +9 lines, -6 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 2 4 chunks +9 lines, -6 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 4 chunks +9 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
mvstanton
Hi Benedikt, here is a refactoring that moves us closer to determining the number of ...
6 years, 11 months ago (2014-01-17 12:24:30 UTC) #1
Benedikt Meurer
LGTM. Nice refactoring.
6 years, 11 months ago (2014-01-17 13:44:58 UTC) #2
mvstanton
6 years, 11 months ago (2014-01-17 14:08:58 UTC) #3
Message was sent while issue was closed.
Committed patchset #3 manually as r18668 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698