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

Issue 272043: Remove a redundant field in the FunctionLiteral class. The boolean... (Closed)

Created:
11 years, 2 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Remove a redundant field in the FunctionLiteral class. The boolean contains_array_literal_ implies materialized_literal_count_ > 0, and we appear not to need to know about array literals specifically. Committed: http://code.google.com/p/v8/source/detail?r=3055

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -39 lines) Patch
M src/ast.h View 4 chunks +0 lines, -4 lines 0 comments Download
M src/codegen.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/compiler.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/factory.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/factory.cc View 2 chunks +1 line, -2 lines 0 comments Download
M src/parser.h View 2 chunks +1 line, -9 lines 0 comments Download
M src/parser.cc View 10 chunks +4 lines, -21 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 2 months ago (2009-10-13 09:10:29 UTC) #1
Erik Corry
11 years, 2 months ago (2009-10-13 09:31:05 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698