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

Issue 11867022: Transition ^= to |= (Closed)

Created:
7 years, 11 months ago by srdjan
Modified:
7 years, 11 months ago
Reviewers:
regis
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -41 lines) Patch
M runtime/vm/bigint_operations.cc View 7 chunks +14 lines, -14 lines 0 comments Download
M runtime/vm/cha.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/code_generator_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/code_patcher_ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/code_patcher_x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/dart.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M runtime/vm/dart_entry.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/debugger_api_impl.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/exceptions.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/resolver.cc View 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
srdjan
7 years, 11 months ago (2013-01-18 18:50:54 UTC) #1
regis
LGTM We could try to rename operator= to find all occurrences that can be optimized.
7 years, 11 months ago (2013-01-18 19:02:11 UTC) #2
srdjan
7 years, 11 months ago (2013-01-18 19:12:08 UTC) #3
On 2013/01/18 19:02:11, regis wrote:
> LGTM
> 
> We could try to rename operator= to find all occurrences that can be
optimized.

Yes, need to catch those as well.

Powered by Google App Engine
This is Rietveld 408576698