Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3544)

Issue 173880043: i#1551 Port DynamoRIO to ARM: split fcache_enter and fcache_return gencode (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 5 months ago by zhaoqin
Modified:
9 years, 5 months ago
Reviewers:
bruening
CC:
dynamorio-devs_googlegroups.com
Base URL:
https://dynamorio.googlecode.com/svn/trunk
Visibility:
Public.

Description

i#1551 Port DynamoRIO to ARM: split fcache_enter and fcache_return gencode - rename core/arch/emit_utils.c to core/arch/emit_utils_shared.c - add core/arch/{x86/arm}/emit_utils.c - split fcache_enter and fcache_return gencode R=bruening@google.com BUG=1551 Committed: https://code.google.com/p/dynamorio/source/detail?r=2966

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : PTL #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 19

Patch Set 7 : PTAL #

Patch Set 8 : #

Total comments: 12

Patch Set 9 : #

Patch Set 10 : split #

Patch Set 11 : #

Patch Set 12 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+1245 lines, -9064 lines) Patch
M core/CMakeLists.txt View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M core/arch/arch.h View 1 2 3 4 5 6 7 8 3 chunks +88 lines, -0 lines 2 comments Download
A core/arch/arm/emit_utils.c View 1 2 3 4 5 6 7 8 9 10 1 chunk +108 lines, -0 lines 0 comments Download
M core/arch/emit_utils.c View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -8401 lines 0 comments Download
A + core/arch/emit_utils_shared.c View 1 2 3 4 5 6 7 8 9 10 11 12 chunks +530 lines, -661 lines 2 comments Download
M core/arch/interp.c View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
A core/arch/x86/emit_utils.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +516 lines, -0 lines 0 comments Download

Messages

Total messages: 8
zhaoqin
could you please take a review :) I first create it for self-review, and now ...
9 years, 5 months ago (2014-11-10 20:10:32 UTC) #1
bruening
I have mixed feelings I guess, as the original listings seemed kind of nice in ...
9 years, 5 months ago (2014-11-11 04:16:16 UTC) #2
zhaoqin
it looks like the code we should move to x86/arm are the ext_reg and gpr ...
9 years, 5 months ago (2014-11-11 23:31:36 UTC) #3
bruening
On Tue, Nov 11, 2014 at 6:31 PM, <zhaoqin@google.com> wrote: > it looks like the ...
9 years, 5 months ago (2014-11-11 23:38:39 UTC) #4
bruening
LGTM w/ comments https://codereview.appspot.com/173880043/diff/90001/core/arch/emit_utils.c File core/arch/emit_utils.c (right): https://codereview.appspot.com/173880043/diff/90001/core/arch/emit_utils.c#newcode3200 core/arch/emit_utils.c:3200: append_prepare_fcache_enter(dcontext_t *dcontext, instrlist_t *ilist, bool absolute) ...
9 years, 5 months ago (2014-11-12 05:45:55 UTC) #5
zhaoqin
rename and move some code in emit_utils.c should you take another look? https://codereview.appspot.com/173880043/diff/130001/core/arch/emit_utils.c File core/arch/emit_utils.c ...
9 years, 5 months ago (2014-11-13 22:20:49 UTC) #6
bruening
LGTM w/ suggestions https://codereview.appspot.com/173880043/diff/210001/core/arch/arch.h File core/arch/arch.h (right): https://codereview.appspot.com/173880043/diff/210001/core/arch/arch.h#newcode1138 core/arch/arch.h:1138: /* fcache_enter_common helper functions */ Are ...
9 years, 5 months ago (2014-11-13 22:43:27 UTC) #7
zhaoqin
9 years, 5 months ago (2014-11-13 23:33:45 UTC) #8
Message was sent while issue was closed.
Committed patchset #12 (id:210001) manually as 2966 (presubmit successful).
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b