[LLVMdev] Packages
Reid Spencer
reid at x10sys.com
Sun Nov 16 13:18:01 PST 2003
On Sun, 2003-11-16 at 11:17, Chris Lattner wrote:
> No, it's all or nothing. Once linked, they cannot be seperated (easily).
> However, especially when using the JIT, there is little overhead for
> running a gigantic program that only has 1% of the functions in it ever
> executed...
Perhaps in the general case, but what if its running on an embedded
system and the "gigantic program"
causes an out-of-memory condition?
> There are multiple different ways to approach these questions depending on
> what we want to do and what the priorities are. There are several good
> solutions, but for now, everything needs to be statically linked. I
> expect this to change over the next month or so.
When you have time, I'd like to hear what you're planning in this area
as it will directly effect how I
build my compiler and VM.
Thanks,
Reid.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20031116/ab214fee/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20031116/ab214fee/attachment.sig>
More information about the llvm-dev
mailing list