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

Issue 12438032: Use shorter write-barrier filtering sequence when value is known to be non-smi. (Closed)

Created:
7 years, 9 months ago by Vyacheslav Egorov (Google)
Modified:
7 years, 9 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Use shorter write-barrier filtering sequence when value is known to be non-smi. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=20373

Patch Set 1 #

Total comments: 7

Patch Set 2 : address Ivan's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -8 lines) Patch
M runtime/vm/assembler_ia32.h View 1 2 chunks +7 lines, -1 line 0 comments Download
M runtime/vm/assembler_ia32.cc View 1 2 chunks +27 lines, -2 lines 0 comments Download
M runtime/vm/assembler_x64.h View 1 3 chunks +8 lines, -1 line 0 comments Download
M runtime/vm/assembler_x64.cc View 1 3 chunks +35 lines, -2 lines 0 comments Download
M runtime/vm/assembler_x64_test.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Vyacheslav Egorov (Google)
7 years, 9 months ago (2013-03-19 21:51:52 UTC) #1
Vyacheslav Egorov (Google)
ping.
7 years, 9 months ago (2013-03-21 12:29:50 UTC) #2
Ivan Posva
LGTM with comments about naming. -Ivan https://codereview.chromium.org/12438032/diff/1/runtime/vm/assembler.h File runtime/vm/assembler.h (right): https://codereview.chromium.org/12438032/diff/1/runtime/vm/assembler.h#newcode200 runtime/vm/assembler.h:200: enum ValueSminess { ...
7 years, 9 months ago (2013-03-22 04:11:35 UTC) #3
Vyacheslav Egorov (Google)
Thanks. Addressed comments. Landing. https://codereview.chromium.org/12438032/diff/1/runtime/vm/assembler.h File runtime/vm/assembler.h (right): https://codereview.chromium.org/12438032/diff/1/runtime/vm/assembler.h#newcode200 runtime/vm/assembler.h:200: enum ValueSminess { On 2013/03/22 ...
7 years, 9 months ago (2013-03-22 11:22:49 UTC) #4
Vyacheslav Egorov (Google)
7 years, 9 months ago (2013-03-22 11:28:28 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r20373 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698