diff options
Diffstat (limited to 'Guile-TODO')
-rw-r--r-- | Guile-TODO | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Guile-TODO b/Guile-TODO index 95f50e74f..92d0846ff 100644 --- a/Guile-TODO +++ b/Guile-TODO @@ -53,6 +53,12 @@ In no particular order: 14) Add support to setup_guile_test_env.in for "withlibs", OS/X (DYLD_LIBRARY_PATH), windows (PATH) +15) Rewrite gr-run-waveform as C/C++ code that embeds guile. + See if we can't statically link libguile into this. + Will need to figure out which packages provide libguile.a. + +16) Test this stuff with Guile 1.9 to confirm that it works and to see + how much faster it is. Load time currently is currently kind of doggy. I'm sure I'm forgetting some things... |