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

Issue 361004: Remove TODO comments in code generation for typeof subexpressions.... (Closed)

Created:
11 years, 1 month ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Remove TODO comments in code generation for typeof subexpressions. The 'phantom' property used for evaluation of typeof does not have a source-code position, just like other phantom properties in V8 (eg, global variables, parameters rewritten to arguments accesses, etc.).

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -6 lines) Patch
M src/arm/codegen-arm.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Chromium)
11 years, 1 month ago (2009-11-04 14:15:23 UTC) #1
Søren Thygesen Gjesse
LGTM
11 years, 1 month ago (2009-11-04 14:31:45 UTC) #2
Kevin Millikin (Chromium)
11 years, 1 month ago (2009-11-04 18:00:20 UTC) #3
I committed this as part of r3218 (http://codereview.chromium.org/360011/show)
so as not to submit a comments-only change.

Powered by Google App Engine
This is Rietveld 408576698