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

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

[Octave-bug-tracker] [bug #59679] Overhead in calling function handles


From: anonymous
Subject: [Octave-bug-tracker] [bug #59679] Overhead in calling function handles
Date: Mon, 14 Dec 2020 11:08:47 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:68.9) Gecko/20100101 Goanna/4.6 Firefox/68.9 Mypal/28.14.2

Follow-up Comment #2, bug #59679 (project octave):

If 'handle' is defined to be a function handle then 'm_fcn' should be a
function and every function has a 'call' method.
In the call method of 'handle' if 'm_fcn' isn't a function an error is
generated.
Dispatching to the correct class method I think is completely manipulated in
other methods of 'handle'.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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