mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
procedure-properties for RTL functions
* module/system/vm/assembler.scm (link-procprops, link-objects): Arrange to write procedure property links out to a separate section. * libguile/procprop.c (scm_procedure_properties): * libguile/programs.h: * libguile/programs.c (scm_i_rtl_program_properties): * module/system/vm/debug.scm (find-program-properties): Wire up procedure-properties for RTL procedures. Yeah! Fistpumps! :) * module/system/vm/debug.scm (find-program-debug-info): Return #f if the string is "", as it is if we don't have a name. Perhaps elf-symbol-name should return #f in that case... * test-suite/tests/rtl.test: Add some tests.
This commit is contained in:
parent
bf8328ec16
commit
c4c098e355
7 changed files with 179 additions and 8 deletions
|
@ -46,6 +46,7 @@ SCM_INTERNAL SCM scm_rtl_program_code (SCM program);
|
|||
|
||||
SCM_INTERNAL SCM scm_i_rtl_program_name (SCM program);
|
||||
SCM_INTERNAL SCM scm_i_rtl_program_documentation (SCM program);
|
||||
SCM_INTERNAL SCM scm_i_rtl_program_properties (SCM program);
|
||||
|
||||
/*
|
||||
* Programs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue