octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #56425] Patch for the JIT


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #56425] Patch for the JIT
Date: Mon, 8 Jul 2019 15:57:47 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #17, bug #56425 (project octave):

Global and persistent attributes for variables are still handled as run-time
things in the interpreter, but for JIT compiling, I think we need to handle
them as declarations that happen when the function is parsed.

I'm not sure how best to do this job currently, but the way the new is_global
and is_persistent functions are used doesn't look right to me.  When those are
called, does the current scope correspond to the function that is being
compiled?  If so, does that match the current stack frame?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56425>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]