[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #65304] bytecode compiler fails with VM error
From: |
Hendrik K |
Subject: |
[Octave-bug-tracker] [bug #65304] bytecode compiler fails with VM error 5274 |
Date: |
Thu, 4 Apr 2024 22:45:32 -0400 (EDT) |
Follow-up Comment #3, bug #65304 (group octave):
octave_33191.patch needs to be refreshed: "Hunk #12 FAILED at 6433.". This
refresh is required due to the commit from Tue Mar 26: Change "assert" to
"panic_unless".
- assert (N_RETURNS () == -128);
+ assert (N_RETURNS () == -32768);
should be refreshed to
- panic_unless (N_RETURNS () == -128);
+ panic_unless (N_RETURNS () == -32768);
Note:
The state of the bytecode compiler branch degrades creating additional effort
and reducing usability for the broader community:
A number of (rather serious) bytecode compiler bugs are still in the pipeline
with a patch provided since quite a while by Petter (some since more than 6
weeks), but not yet reviewed and migrated.
See also https://octave.discourse.group/t/wip-stack-vm-for-octave/2884/186.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?65304>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #65304] bytecode compiler fails with VM error 5274,
Hendrik K <=