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

Issue 753743005: Explicitly clear out the IC-data register in ExecuteMatch. (Closed)

Created:
6 years ago by zerny-google
Modified:
6 years ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Explicitly clear out the IC-data register in ExecuteMatch. The register value is unknown on entry to ExecuteMatch and needs to be made GC safe before calling the matching function which could be a lazy stub. R=vegorov@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=41996

Patch Set 1 #

Total comments: 4

Patch Set 2 : x64 fix and mips mov #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -5 lines) Patch
M runtime/vm/intrinsifier_arm.cc View 2 chunks +2 lines, -1 line 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 2 chunks +2 lines, -1 line 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 2 chunks +2 lines, -1 line 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
zerny-google
PTAL
6 years ago (2014-11-26 14:07:00 UTC) #1
Vyacheslav Egorov (Google)
LGTMwC https://codereview.chromium.org/753743005/diff/1/runtime/vm/intrinsifier_mips.cc File runtime/vm/intrinsifier_mips.cc (right): https://codereview.chromium.org/753743005/diff/1/runtime/vm/intrinsifier_mips.cc#newcode2099 runtime/vm/intrinsifier_mips.cc:2099: __ xor_(S5, S5, S5); mov(S5, ZR) maybe? https://codereview.chromium.org/753743005/diff/1/runtime/vm/intrinsifier_x64.cc ...
6 years ago (2014-11-26 14:26:18 UTC) #2
zerny-google
Thanks for the review. Issues addressed in latest PS. https://codereview.chromium.org/753743005/diff/1/runtime/vm/intrinsifier_mips.cc File runtime/vm/intrinsifier_mips.cc (right): https://codereview.chromium.org/753743005/diff/1/runtime/vm/intrinsifier_mips.cc#newcode2099 runtime/vm/intrinsifier_mips.cc:2099: ...
6 years ago (2014-11-26 14:33:55 UTC) #3
zerny-google
6 years ago (2014-11-26 14:40:24 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 41996 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698