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

Issue 8413073: MIPS: updated atomic operations. (Closed)

Created:
9 years, 1 month ago by kisg
Modified:
9 years, 1 month ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: updated atomic operations. Specifically: -fixed a bug in CompareAndSwap that caused randomly occuring timeouts on MIPS boards. -added gcc inline asm control push/pop instructions to correctly save/restore the reorder setting instead of simply assuming it should be enabled. -reordered/optimized some instructions to utilize MIPS-specific pipelining features (branch delay slot). -fixed improper usage of write barriers BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=9845

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -18 lines) Patch
M src/atomicops_internals_mips_gcc.h View 7 chunks +30 lines, -18 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
kisg
9 years, 1 month ago (2011-10-30 08:43:35 UTC) #1
Kevin Millikin (Chromium)
9 years, 1 month ago (2011-10-31 12:47:17 UTC) #2
Thanks for the patch.  This LGTM, I will land it.

Powered by Google App Engine
This is Rietveld 408576698