WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
99331
We should avoid weakCompareAndSwap when parallel GC is disabled
https://bugs.webkit.org/show_bug.cgi?id=99331
Summary
We should avoid weakCompareAndSwap when parallel GC is disabled
Mark Hahnenberg
Reported
2012-10-15 08:34:11 PDT
CopiedBlock::reportLiveBytes uses weakCompareAndSwap, which some platforms don't support. For platforms that don't have parallel GC enabled, we should just use a normal store.
Attachments
Patch
(2.07 KB, patch)
2012-10-15 08:39 PDT
,
Mark Hahnenberg
no flags
Details
Formatted Diff
Diff
Patch
(2.10 KB, patch)
2012-10-15 09:08 PDT
,
Mark Hahnenberg
fpizlo
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Mark Hahnenberg
Comment 1
2012-10-15 08:39:28 PDT
Created
attachment 168718
[details]
Patch
Mark Hahnenberg
Comment 2
2012-10-15 08:41:18 PDT
***
Bug 99328
has been marked as a duplicate of this bug. ***
Mark Hahnenberg
Comment 3
2012-10-15 09:08:51 PDT
Created
attachment 168727
[details]
Patch
Filip Pizlo
Comment 4
2012-10-15 10:31:48 PDT
Comment on
attachment 168727
[details]
Patch You could have also said ENABLE(COMPARE_AND_SWAP)
Mark Hahnenberg
Comment 5
2012-10-15 10:35:19 PDT
Committed
r131318
: <
http://trac.webkit.org/changeset/131318
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug