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

Issue 1423593005: [interpreter] Fix U16 macro in test-bytecode-generator.cc. (Closed)

Created:
5 years, 1 month ago by akos.palfi.imgtec
Modified:
5 years, 1 month ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[interpreter] Fix U16 macro in test-bytecode-generator.cc. Avoid double incrementing of the variable in U16 macro when the variable is passed with postincrement operator. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M test/cctest/interpreter/test-bytecode-generator.cc View 1 chunk +8 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
akos.palfi.imgtec
Hi Ross, This patch tries to avoid to double substitution of the variable in the ...
5 years, 1 month ago (2015-11-04 11:02:05 UTC) #3
rmcilroy
Ahh, sorry about that. It turns out we can avoid having the post-increments in the ...
5 years, 1 month ago (2015-11-04 18:33:18 UTC) #4
akos.palfi.imgtec
5 years, 1 month ago (2015-11-04 19:08:15 UTC) #5
Thanks Ross, I'm closing this.

Fixed by https://codereview.chromium.org/1431803004/

Powered by Google App Engine
This is Rietveld 408576698