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

Issue 113895: Simplify deferred code by removing some unneeded or redundant stuff. (Closed)

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

Description

Simplify deferred code by removing some unneeded or redundant stuff. Committed: http://code.google.com/p/v8/source/detail?r=2065

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+230 lines, -257 lines) Patch
M src/arm/codegen-arm.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/arm/codegen-arm.cc View 18 chunks +43 lines, -22 lines 0 comments Download
M src/codegen.h View 3 chunks +3 lines, -22 lines 0 comments Download
M src/codegen.cc View 2 chunks +7 lines, -16 lines 0 comments Download
M src/codegen-inl.h View 1 chunk +10 lines, -10 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 50 chunks +164 lines, -181 lines 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 7 months ago (2009-05-27 11:10:18 UTC) #1
Erik Corry
11 years, 7 months ago (2009-05-27 12:55:11 UTC) #2
Nice cleanup.  LGTM if it still compiles and runs on all platforms and with
DEBUG asserts.

Powered by Google App Engine
This is Rietveld 408576698