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

Issue 11883035: [MIPS] Skip masking loads and stores via thread pointer. (Closed)

Created:
7 years, 11 months ago by petarj
Modified:
7 years, 11 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
http://git.chromium.org/native_client/pnacl-llvm.git@master
Visibility:
Public.

Description

[MIPS] Skip masking loads and stores via thread pointer. Register t8 is reserved for thread pointer, and it can not be changed. Thus, the value it has can be trusted, it points to the safe data zone and there is no need to guard it. BUG= https://code.google.com/p/nativeclient/issues/detail?id=2275 TEST= run smoke tests Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-llvm.git;a=commit;h=ce330a6f5f1a6d7786c1ec1fd127926e25c12b82

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -6 lines) Patch
M lib/Target/Mips/MipsNaClRewritePass.cpp View 2 chunks +12 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
petarj
7 years, 11 months ago (2013-01-15 16:17:51 UTC) #1
Mark Seaborn
LGTM BTW, on ARM we use "ldr rN, [r9]" for getting the user thread pointer ...
7 years, 11 months ago (2013-01-15 16:37:03 UTC) #2
petarj
On 2013/01/15 16:37:03, Mark Seaborn wrote: > LGTM > > BTW, on ARM we use ...
7 years, 11 months ago (2013-01-22 23:01:38 UTC) #3
petarj
On 2013/01/22 23:01:38, petarj wrote: > On 2013/01/15 16:37:03, Mark Seaborn wrote: > > LGTM ...
7 years, 11 months ago (2013-01-24 18:06:54 UTC) #4
Mark Seaborn
On 24 January 2013 10:06, <petarj@mips.com> wrote: > The change has been committed: > https://gerrit.chromium.org/**gerrit/gitweb?p=native_client/** ...
7 years, 11 months ago (2013-01-24 18:16:59 UTC) #5
petarj
7 years, 11 months ago (2013-01-24 18:40:53 UTC) #6
Message was sent while issue was closed.
On 2013/01/24 18:16:59, Mark Seaborn wrote:
> Are you using "git cl push" to commit?  The code review doesn't seem to
> have been updated with the gerrit URL above (such as on
> https://codereview.chromium.org/11896044), which "git cl push" should do.
> 
> Mark

No, I used "git push". I will try "git cl push" next time.

Petar

Powered by Google App Engine
This is Rietveld 408576698