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

Issue 543041: Remove a pair of problematic uses of the Reference utility class from... (Closed)

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

Description

Remove a pair of problematic uses of the Reference utility class from the code generators. These uses broke the rules of the class because it was safe to do so, but there was no real reason to do it that way. Committed: http://code.google.com/p/v8/source/detail?r=3598

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -98 lines) Patch
M src/arm/codegen-arm.cc View 2 chunks +21 lines, -25 lines 0 comments Download
M src/ast.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 2 chunks +28 lines, -35 lines 0 comments Download
M src/x64/codegen-x64.cc View 2 chunks +29 lines, -35 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
10 years, 11 months ago (2010-01-13 14:13:57 UTC) #1
William Hesse
10 years, 11 months ago (2010-01-13 15:23:08 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698