guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, wip-rtl, updated. v2.1.0-157-g7f399dd


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, wip-rtl, updated. v2.1.0-157-g7f399dd
Date: Wed, 10 Apr 2013 20:43:17 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=7f399dd71942ff34d072aa685d91bd14a12bc138

The branch, wip-rtl has been updated
       via  7f399dd71942ff34d072aa685d91bd14a12bc138 (commit)
      from  e08e3776d44305668cb882b25e6ee28e23da04b0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7f399dd71942ff34d072aa685d91bd14a12bc138
Author: Andy Wingo <address@hidden>
Date:   Wed Apr 10 22:37:19 2013 +0200

    add RTL TODO list
    
    * module/system/vm/rtl.scm: Add TODO list.

-----------------------------------------------------------------------

Summary of changes:
 module/system/vm/rtl.scm |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/module/system/vm/rtl.scm b/module/system/vm/rtl.scm
index 0f8b391..e80c8ec 100644
--- a/module/system/vm/rtl.scm
+++ b/module/system/vm/rtl.scm
@@ -34,6 +34,26 @@
             link-assembly
             assemble-program))
 
+;;; TODO:
+;;;
+;;; * Make it possible to disassemble a function
+;;; ** Writing function ranges into an ELF section
+;;; ** Being able to determine the bounds of a function
+;;; ** Applying the existing disassemble-buffer function
+;;; ** Making disassemble-buffer better
+;;;
+;;; * Provide function names
+;;; ** Write function names to ELF string table
+;;; ** Write table mapping function IP to name
+;;;
+;;; * Provide line number information
+;;; ** Provide additional macro-assembly for this
+;;; ** Write to separate ELF section; use DWARF???
+;;;
+;;; * Provide for arity map
+;;;
+;;; * Provide for other literal procedure metadata
+
 (define-syntax-rule (pack-u8-u24 x y)
   (logior x (ash y 8)))
 


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]