diff options
author | Eric Blossom | 2010-11-13 16:27:11 -0800 |
---|---|---|
committer | Eric Blossom | 2010-11-13 16:27:11 -0800 |
commit | 9bf7098c1b8c4313da43ee7fcdec48b3d7c70ed0 (patch) | |
tree | 30a170eb155d1ee60797fb6fa55023ef15fbbfb3 /Guile-TODO | |
parent | abde5affda1533c518cce06d5edcffa4eda52340 (diff) | |
download | gnuradio-9bf7098c1b8c4313da43ee7fcdec48b3d7c70ed0.tar.gz gnuradio-9bf7098c1b8c4313da43ee7fcdec48b3d7c70ed0.tar.bz2 gnuradio-9bf7098c1b8c4313da43ee7fcdec48b3d7c70ed0.zip |
Update Guile-TODO
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... |