mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
Remove optimizer and backend support for struct ops
* module/language/cps/compile-bytecode.scm: * module/language/cps/cse.scm: * module/language/cps/effects-analysis.scm: * module/language/cps/reify-primitives.scm: * module/language/cps/specialize-primcalls.scm: * module/language/cps/types.scm: * module/language/tree-il/cps-primitives.scm: * module/system/vm/assembler.scm: Remove support for struct-ref, struct-set!, allocate-struct, struct-vtable CPS primcalls and bytecode instructions.
This commit is contained in:
parent
91bf9b1db3
commit
dd203e5d7d
8 changed files with 0 additions and 104 deletions
|
@ -260,13 +260,6 @@
|
|||
emit-ulsh/immediate
|
||||
emit-char->integer
|
||||
emit-integer->char
|
||||
emit-struct-vtable
|
||||
emit-allocate-struct/immediate
|
||||
emit-struct-ref/immediate
|
||||
emit-struct-set!/immediate
|
||||
emit-allocate-struct
|
||||
emit-struct-ref
|
||||
emit-struct-set!
|
||||
emit-class-of
|
||||
emit-make-array
|
||||
emit-scm->f64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue