You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git has two non-standard Glulx opcodes, git_setcacheram (0x7940) and git_prunecache (0x7941). These are never, to my knowledge, used. It seems wrong to have unused non-standard opcodes, so these should be removed.
The Glulx specification says
Opcodes 0x7900 to 0x79FF are (apparently) reserved for experimental features in the Git interpreter.
Once these opcodes are gone, a change should be pushed to the specifications repository to change this to something historical, e.g.
Opcodes 0x7940 and 0x7941 were available for cache control in the Git interpreter, however this is no longer supported and these opcodes should not be considered to be reserved.
The text was updated successfully, but these errors were encountered:
Git has two non-standard Glulx opcodes,
git_setcacheram
(0x7940) andgit_prunecache
(0x7941). These are never, to my knowledge, used. It seems wrong to have unused non-standard opcodes, so these should be removed.The Glulx specification says
Once these opcodes are gone, a change should be pushed to the specifications repository to change this to something historical, e.g.
The text was updated successfully, but these errors were encountered: