[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is there a command that shows the C-code the interpreter creates?
From: |
GoSim |
Subject: |
Re: Is there a command that shows the C-code the interpreter creates? |
Date: |
Tue, 16 Apr 2019 16:06:39 -0500 (CDT) |
>I think there is a terminological misunderstanding here. Clearly,
>during Octave execution, functions are parsed when first encountered
>and the parser output is cached as a data structure in memory. These
>cached data structures could be considered as compiled code (and could
>be the starting point of your compiler) but obviously no-one with
>knowledge of Octave internals thinks this way, whence the
>misunderstanding!
This is very interesting. If these data structures are put after
eachother...do you do anything manually or does Bison do everything? I am
guessing you have to manually take care of the variables?
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
- Re: Is there a command that shows the C-code the interpreter creates?, (continued)
- Re: Is there a command that shows the C-code the interpreter creates?, GoSim, 2019/04/17
- Re: Is there a command that shows the C-code the interpreter creates?, Nicholas Jankowski, 2019/04/17
- Re: Is there a command that shows the C-code the interpreter creates?, GoSim, 2019/04/17
- Re: Is there a command that shows the C-code the interpreter creates?, GoSim, 2019/04/17
- Re: Is there a command that shows the C-code the interpreter creates?, Nicholas Jankowski, 2019/04/17
- Re: Is there a command that shows the C-code the interpreter creates?, Andrew Janke, 2019/04/17
- Re: Is there a command that shows the C-code the interpreter creates?, GoSim, 2019/04/17
- Re: Is there a command that shows the C-code the interpreter creates?, GoSim, 2019/04/17
- Re: Is there a command that shows the C-code the interpreter creates?, Ian McCallion, 2019/04/18
- Re: Is there a command that shows the C-code the interpreter creates?, Andrew Janke, 2019/04/16
- Re: Is there a command that shows the C-code the interpreter creates?,
GoSim <=
- Re: Is there a command that shows the C-code the interpreter creates?, Andrew Janke, 2019/04/16