Embed Python



Hi,

Background:
Im currently working on my own Python port for VxWorks this is part of
my master thesis. What I want to do is to only to embed the
interpreter and not the compiler. Both to save memory on the target
device and to be get some security in the device. It is a mission
critical device im applying it to.


Question:
Is there any obvious way to see what files that are needed for the
interpreter and which files that are needed by the compiler?

//Tommy
.



Relevant Pages

  • Re: String to int conversion
    ... an interpreter produces its results by some other means. ... if it *was* converted in chunks into actual machine code to be ... compiler available. ... in order to execute however many lines exist in the script. ...
    (microsoft.public.scripting.vbscript)
  • Re: Build your own Forth for Microchip PIC (Episode 837)
    ... the unreasonablly small hardware stack size for my particular target. ... You are handcuffed in the sense that you would like to be able to download small amounts of code into ram and execute it. ... because once you do away with the inner interpreter, ... An optimizing compiler isn't a post-processor, it's an *alternative* to another kind of compiler. ...
    (comp.lang.forth)
  • Re: String to int conversion
    ... byte code could be interpreted (though I don't know of any such interpreter). ... be converted to the equivalent set of native machine code. ... In ASP, in fact, it is the byte code form of a compiled ASP page that is ... calls the compiler and then passes the byte-code buffer returned from the ...
    (microsoft.public.scripting.vbscript)
  • Re: A C Adventure: your comments are welcome
    ... in one language - the source language - and translates it into an ... The root form of compiler and interpreter is a verb and not a noun. ... source code and input and executes the source code. ...
    (comp.lang.c)
  • Re: A working program that is "Not Responding"!
    ... things up, even for a significant fraction of a second, the other real-time tasks like speech recognition crash and burn. ... I can assure you that Windows simply can't. ... One interpreter simulated a computer designed to do compilation, with the compiler written directly in BNF. ... The system was SO compact that the compiler interpreter, the compiler interpretive code, and the compiled program could all co-exist in RAM at the same time, as could the program and the run-time interpreter. ...
    (microsoft.public.vb.enterprise)