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

Issue 1005353004: ia32: Remove redundant CTX preservation from intrinsics; tweak definition of CTX. (Closed)

Created:
5 years, 9 months ago by koda
Modified:
5 years, 9 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Ivan Posva
Visibility:
Public.

Description

ia32: Remove redundant CTX preservation from intrinsics; tweak definition of CTX. Redefines CTX from ESI to EDI only to demonstrate that no assumptions of its specific value exist in the current code. R=fschneider@google.com, regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=44699

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -46 lines) Patch
M runtime/vm/constants_arm.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/constants_arm64.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/constants_ia32.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/constants_mips.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/constants_x64.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 9 chunks +17 lines, -41 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
koda
5 years, 9 months ago (2015-03-24 22:17:05 UTC) #1
regis
LGTM However, I have lost track of the usage of register CTX vs local variable ...
5 years, 9 months ago (2015-03-24 22:36:16 UTC) #2
Florian Schneider
lgtm https://codereview.chromium.org/1005353004/diff/40001/runtime/vm/constants_ia32.h File runtime/vm/constants_ia32.h (right): https://codereview.chromium.org/1005353004/diff/40001/runtime/vm/constants_ia32.h#newcode65 runtime/vm/constants_ia32.h:65: const Register CTX = EDI; // Caches current ...
5 years, 9 months ago (2015-03-25 08:21:27 UTC) #3
regis
On 2015/03/25 08:21:27, Florian Schneider wrote: > lgtm > > https://codereview.chromium.org/1005353004/diff/40001/runtime/vm/constants_ia32.h > File runtime/vm/constants_ia32.h (right): ...
5 years, 9 months ago (2015-03-25 16:05:13 UTC) #4
Florian Schneider
On 2015/03/25 16:05:13, regis wrote: > On 2015/03/25 08:21:27, Florian Schneider wrote: > > lgtm ...
5 years, 9 months ago (2015-03-25 16:07:13 UTC) #5
koda
https://codereview.chromium.org/1005353004/diff/40001/runtime/vm/constants_ia32.h File runtime/vm/constants_ia32.h (right): https://codereview.chromium.org/1005353004/diff/40001/runtime/vm/constants_ia32.h#newcode65 runtime/vm/constants_ia32.h:65: const Register CTX = EDI; // Caches current context ...
5 years, 9 months ago (2015-03-25 16:10:53 UTC) #6
koda
5 years, 9 months ago (2015-03-25 21:25:44 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as r44699 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698