|
From: <sv...@va...> - 2005-04-21 22:11:51
|
Author: njn Date: 2005-04-21 23:11:46 +0100 (Thu, 21 Apr 2005) New Revision: 3539 Modified: trunk/NOTES.txt Log: Add note. Modified: trunk/NOTES.txt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/NOTES.txt 2005-04-21 17:34:00 UTC (rev 3538) +++ trunk/NOTES.txt 2005-04-21 22:11:46 UTC (rev 3539) @@ -6,6 +6,12 @@ sense to have tool-helpers written in assembly. Looks like we need to retain coregrind/core_asm.h, though. =20 + [core_asm.h includes tool_asm.h. The contents of tool_asm.h could be = put + into core_asm.h, but that would deviate from the structure described a= t + the top of core.h... that structure will slowly change as core.h/tool.= h + are split up into separate headers for each module, but it might be + worthwhile keeping the asm-only headers? Not sure. --njn] + Urk. Perhaps nuke all that X86_FEAT gunk in coregrind/core_asm.h though. Vex isn't clever enough to distinguish dozens of CPU subvariants. |