WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
145224
Remove unused MarkedBlock::m_rememberedSet.
https://bugs.webkit.org/show_bug.cgi?id=145224
Summary
Remove unused MarkedBlock::m_rememberedSet.
Andreas Kling
Reported
2015-05-20 14:58:12 PDT
The remembered bit is stored in the JSCell, and that's where everyone looks for it. We were keeping an atomic bitmap up-to-date in the MarkedBlock for no reason.
Attachments
Patch
(6.16 KB, patch)
2015-05-20 15:05 PDT
,
Andreas Kling
no flags
Details
Formatted Diff
Diff
Patch
(6.76 KB, patch)
2015-05-20 15:13 PDT
,
Andreas Kling
mhahnenb
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Andreas Kling
Comment 1
2015-05-20 15:05:45 PDT
Created
attachment 253463
[details]
Patch
Andreas Kling
Comment 2
2015-05-20 15:13:06 PDT
Created
attachment 253464
[details]
Patch
Mark Hahnenberg
Comment 3
2015-05-20 15:20:11 PDT
Comment on
attachment 253464
[details]
Patch Whoops :-) r=me
Andreas Kling
Comment 4
2015-05-20 15:26:15 PDT
Landed in <
https://trac.webkit.org/r184666
>
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