Comment 17 for bug 411439

Revision history for this message
In , Leon-sha (leon-sha) wrote :

Someone mentioned here using iflush
https://bugzilla.mozilla.org/show_bug.cgi?id=486584#c2
And in solaris code flush is used.
http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libc/sparc/gen/sync_instruction_memory.s
I think both is OK.

>+ p += 32;
I don't understand why it is 32 here. Should be 8.