|
From: <sv...@va...> - 2012-04-21 23:53:13
|
sewardj 2012-04-22 00:53:07 +0100 (Sun, 22 Apr 2012)
New Revision: 12531
Log:
Update.
Modified files:
trunk/docs/internals/t-chaining-notes.txt
Modified: trunk/docs/internals/t-chaining-notes.txt (+0 -9)
===================================================================
--- trunk/docs/internals/t-chaining-notes.txt 2012-04-22 00:37:16 -23:00 (rev 12530)
+++ trunk/docs/internals/t-chaining-notes.txt 2012-04-22 00:53:07 -23:00 (rev 12531)
@@ -1,9 +1,4 @@
-Finishing up
-~~~~~~~~~~~~
-redo dispatch-x86-darwin.S and dispatch-amd64-darwin.S
-
-
Verification todo
~~~~~~~~~~~~~~~~~
check that illegal insns on all targets don't cause the _toIR.c's to
@@ -54,10 +49,6 @@
Optimisations
~~~~~~~~~~~~~
-all targets: change VG_(stats__n_xindirs) to a 32 bit counter, and
-empty out every now and again. Ditto VG_(stats__n_xindir_misses).
-
-arm: chain_XDirect: generate short form jumps when possible
ppc: chain_XDirect: generate short form jumps when possible
ppc64: immediate generation is terrible .. should be able
|