diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-02-08 11:15:19 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-02-08 11:15:19 (EST) |
commit | 8a89e73a757c8dbc8c0091399f1d406e67ebf3e8 (patch) | |
tree | c8e1c0079456a9b19c912f9be6edd0dc87c0046b /TODO | |
parent | bea3747c9ac928649b5a4f80fc2a39841b340469 (diff) | |
download | eggshell-8a89e73a757c8dbc8c0091399f1d406e67ebf3e8.zip eggshell-8a89e73a757c8dbc8c0091399f1d406e67ebf3e8.tar.gz eggshell-8a89e73a757c8dbc8c0091399f1d406e67ebf3e8.tar.bz2 |
TODO: Mention symbol table in generated code
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ - Maybe add -fno-mangle-symbols option to eshtrans to disable prefixing and insert a flag in generated code to enable eshrt to update variables - Or just add a function or operator to resolve/unmangle symbol names at - run time + run time (collected from a symbol table in the generated code) * Build system - Pre-built toolchain in source tree - configure looks for toolchain on system, uses included toolchain if not |