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

Issue 6880238: Atomic ops: put the CPU features struct in v8::internal. (Closed)

Created:
9 years, 8 months ago by Vitaly Repeshko
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Atomic ops: put the CPU features struct in v8::internal. Committed: http://code.google.com/p/v8/source/detail?r=7695

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -6 lines) Patch
M src/atomicops_internals_x86_gcc.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/atomicops_internals_x86_gcc.cc View 3 chunks +10 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Vitaly Repeshko
9 years, 8 months ago (2011-04-27 15:05:04 UTC) #1
Evan Martin
If nobody outside the module uses it, you might want to put the whole thing ...
9 years, 8 months ago (2011-04-27 17:01:48 UTC) #2
Mads Ager (chromium)
LGTM
9 years, 8 months ago (2011-04-27 17:02:47 UTC) #3
Vitaly Repeshko
9 years, 8 months ago (2011-04-27 17:10:05 UTC) #4
On 2011/04/27 17:01:48, Evan Martin wrote:
> If nobody outside the module uses it, you might want to put the whole thing
> inside the .cc file in an anon namespace.  I don't really have a lot of
context
> on this code, though.  (Chrome seems to have a copy of it in base/ for some
> reason...)

It has to be expose because it's used in inline functions.

Powered by Google App Engine
This is Rietveld 408576698