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

Issue 56106: Keep the result of postfix increment and decrement in a register. (Closed)

Created:
11 years, 8 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Keep the result of postfix increment and decrement in a register. Committed: http://code.google.com/p/v8/source/detail?r=1656

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

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

Messages

Total messages: 4 (0 generated)
William Hesse
A petty code review for you to look at sometime.
11 years, 8 months ago (2009-03-31 12:04:04 UTC) #1
Kevin Millikin (Chromium)
http://codereview.chromium.org/56106/diff/1/2 File src/codegen-ia32.cc (right): http://codereview.chromium.org/56106/diff/1/2#newcode4807 Line 4807: Result old_value = allocator_->Allocate(); As we discussed, it ...
11 years, 8 months ago (2009-03-31 13:22:23 UTC) #2
William Hesse
Change made and tested. http://codereview.chromium.org/56106/diff/1/2 File src/codegen-ia32.cc (right): http://codereview.chromium.org/56106/diff/1/2#newcode4807 Line 4807: Result old_value = allocator_->Allocate(); ...
11 years, 8 months ago (2009-03-31 13:35:04 UTC) #3
Kevin Millikin (Chromium)
11 years, 8 months ago (2009-03-31 14:13:34 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698