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

Issue 14991010: Make breakpoints on == fire reliably (Closed)

Created:
7 years, 7 months ago by hausner
Modified:
7 years, 7 months ago
Reviewers:
siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Make breakpoints on == fire reliably Add breakpoints in the path taken if one of the operands in a == b is null. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=22857

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -21 lines) Patch
M runtime/vm/code_generator.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/code_generator.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M runtime/vm/debugger.cc View 6 chunks +30 lines, -14 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/stub_code.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 2 chunks +14 lines, -3 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
hausner
7 years, 7 months ago (2013-05-17 00:18:28 UTC) #1
siva
lgtm
7 years, 7 months ago (2013-05-17 17:03:06 UTC) #2
hausner
Committed patchset #1 manually as r22857 (presubmit successful).
7 years, 7 months ago (2013-05-17 17:08:16 UTC) #3
hausner
7 years, 7 months ago (2013-05-17 17:23:54 UTC) #4
Message was sent while issue was closed.
Thank you.

Powered by Google App Engine
This is Rietveld 408576698