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

Issue 10448043: Adding atomic ops for MIPS architecture. (Closed)

Created:
8 years, 6 months ago by petarj
Modified:
8 years, 5 months ago
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

[MIPS] Adding atomic ops for MIPS architecture. Initial commit for atomic operations on MIPS architecture. BUG=https://code.google.com/p/chromium/issues/detail?id=130022 TEST=make chrome Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=142663

Patch Set 1 #

Total comments: 2

Patch Set 2 : Adding name to AUTHORS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -0 lines) Patch
M AUTHORS View 1 1 chunk +1 line, -0 lines 0 comments Download
M base/atomicops.h View 1 chunk +2 lines, -0 lines 0 comments Download
A base/atomicops_internals_mips_gcc.h View 1 1 chunk +162 lines, -0 lines 0 comments Download
M build/build_config.h View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
petarj
This patch adds support for atomic operations for MIPS architecture.
8 years, 6 months ago (2012-05-28 22:24:45 UTC) #1
Brad Chen
On 2012/05/28 22:24:45, petarj wrote: > This patch adds support for atomic operations for MIPS ...
8 years, 6 months ago (2012-05-29 18:46:41 UTC) #2
Brad Chen
Thanks for pointing out that this code is the same as v8/src/atomicops_internal_mips_gcc.h Q: Why do ...
8 years, 6 months ago (2012-05-29 21:23:50 UTC) #3
petarj
On 2012/05/29 21:23:50, Brad Chen wrote: > Q: Why do you need this file in ...
8 years, 6 months ago (2012-05-29 21:39:37 UTC) #4
darin (slow to review)
Is there going to be buildbot infrastructure on build.chromium.org for this port? How will Chromium ...
8 years, 6 months ago (2012-05-29 22:01:39 UTC) #5
petarj
On 2012/05/29 22:01:39, darin wrote: > Is there going to be buildbot infrastructure on http://build.chromium.org ...
8 years, 6 months ago (2012-06-01 23:24:36 UTC) #6
brettw
LGTM
8 years, 6 months ago (2012-06-16 03:26:35 UTC) #7
M-A Ruel
Be sure to use the latest version of the depot_tools. It seems like the version ...
8 years, 6 months ago (2012-06-18 00:41:57 UTC) #8
M-A Ruel
On 2012/06/18 00:41:57, Marc-Antoine Ruel wrote: > Be sure to use the latest version of ...
8 years, 6 months ago (2012-06-18 00:44:07 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/petarj@mips.com/10448043/1
8 years, 6 months ago (2012-06-18 00:44:20 UTC) #10
commit-bot: I haz the power
Presubmit check for 10448043-1 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 6 months ago (2012-06-18 00:44:23 UTC) #11
M-A Ruel
On 2012/06/18 00:44:23, I haz the power (commit-bot) wrote: > Presubmit check for 10448043-1 failed ...
8 years, 6 months ago (2012-06-18 00:55:04 UTC) #12
M-A Ruel
On 2012/06/18 00:55:04, Marc-Antoine Ruel wrote: > What the presubmit check says is: > - ...
8 years, 6 months ago (2012-06-18 01:02:42 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/petarj@mips.com/10448043/13001
8 years, 6 months ago (2012-06-18 01:17:45 UTC) #14
commit-bot: I haz the power
Change committed as 142663
8 years, 6 months ago (2012-06-18 02:47:07 UTC) #15
stuartmorgan
https://chromiumcodereview.appspot.com/10448043/diff/1/build/build_config.h File build/build_config.h (right): https://chromiumcodereview.appspot.com/10448043/diff/1/build/build_config.h#newcode110 build/build_config.h:110: #define WCHAR_T_IS_UNSIGNED 0 This came up incidentally in an ...
8 years, 5 months ago (2012-06-29 13:49:15 UTC) #16
petarj
8 years, 5 months ago (2012-07-01 22:56:51 UTC) #17
https://chromiumcodereview.appspot.com/10448043/diff/1/build/build_config.h
File build/build_config.h (right):

https://chromiumcodereview.appspot.com/10448043/diff/1/build/build_config.h#n...
build/build_config.h:110: #define WCHAR_T_IS_UNSIGNED 0
On 2012/06/29 13:49:15, stuartmorgan wrote:
> This came up incidentally in an unrelated review: why is this line here? Is
this
> overriding some other #define to 1? If so, why isn't the fix at that point,
> instead of setting it to 0 here?

No, this is not overriding any other #define directive. It was just a matter of
code style, so we define it to zero instead of leaving it undefined.

Powered by Google App Engine
This is Rietveld 408576698