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

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

[Octave-bug-tracker] [bug #50116] libinterp functions should call C++ di


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #50116] libinterp functions should call C++ directly rather than calling through feval
Date: Tue, 24 Jan 2017 17:20:14 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #5, bug #50116 (project octave):

Yes, you can call the built-in functions directly in some cases.  But we
should not do that when it is possible to use liboctave functions directly. 
For example, we shouldn't be packing matrix objects inside
octave_value{,_list} objects just so Fsum can unpack them, then compute the
sum, then put them back in octave_value{,_list} objects so we can unpack them
again.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50116>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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