Closed
Bug 736432
Opened 14 years ago
Closed 13 years ago
IonMonkey: ARM can flush the wrong cache
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mjrosenb, Unassigned)
Details
Attachments
(2 files)
164 bytes,
patch
|
jbramley
:
review-
|
Details | Diff | Splinter Review |
1.93 KB,
patch
|
jbramley
:
review+
|
Details | Diff | Splinter Review |
pasted directly from IRC:
04:21 < mjrosenb> if there is a load that we want to patch
04:21 < mjrosenb> then patching it will involve overwriting two instructions
04:21 < mjrosenb> and we explicitly flush two instructions worth of data
04:22 < mjrosenb> but, if there was a pool in between them, we'll flush the first movw, and the pool header
04:22 < mjrosenb> err, the branch around the pool, not the header
Attachment #606529 -
Flags: review?(Jacob.Bramley)
Comment 1•14 years ago
|
||
Comment on attachment 606529 [details] [diff] [review]
/home/mrosenberg/patches/more_flushes-r0.patch
I think you forgot to qrefresh. Aside from a commit comment, the patch is empty.
Attachment #606529 -
Flags: review?(Jacob.Bramley) → review-
![]() |
Reporter | |
Comment 2•14 years ago
|
||
This patch looks like it also has the removal of an NYI, which I'm not going to commit.
Attachment #608667 -
Flags: review?(Jacob.Bramley)
Comment 3•14 years ago
|
||
Comment on attachment 608667 [details] [diff] [review]
flush twice
Review of attachment 608667 [details] [diff] [review]:
-----------------------------------------------------------------
Spot on!
(Well, except for the NYI thing.)
Attachment #608667 -
Flags: review?(Jacob.Bramley) → review+
Marty says this was fixed along with a cache flushing overhaul we did a few weeks ago.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•