Keisuke Nishida
77c04abec9
Create *.i from *.c and include them.
2000-09-29 18:08:00 +00:00
Keisuke Nishida
89a6e8f7f3
* src/vm_system.c (call): Call return-hook before reinstating a
...
continuation.
(tail_call): Call return-hook before a proper tail call.
2000-09-22 11:08:17 +00:00
Keisuke Nishida
38870b4313
* src/vm_system.c (br_if_not_null): Set ac = SCM_BOOL_F if not null.
2000-09-20 21:13:12 +00:00
Keisuke Nishida
4fdec843ed
* src/vm_system.c (name): New instruction.
...
(savet): Don't set name.
2000-09-20 21:06:51 +00:00
Keisuke Nishida
6b81b7ae00
* src/vm_scheme.c (cons): Bug fixed.
...
* src/vm_system.c (br_if_null): Set ac = SCM_BOOL_T if null.
2000-09-20 09:29:18 +00:00
Keisuke Nishida
2640369017
* src/vm_system.c (push_list): New instruction.
...
* src/vm_engine.c (VM_NAME): Don\'t validate VM and PROGRAM.
* src/vm.c (scm_vm_apply): New procedure.
(apply_program): New function.
(init_program_type): Set the apply function for the program type.
* src/vm.c (lookup_variable): Use scm_eval_closure_lookup.
2000-09-10 22:36:28 +00:00
Keisuke Nishida
e6d41cdd75
* src/vm_system.c (tail_call): Use SCM_TICK at the beginning.
2000-09-04 01:47:10 +00:00
Keisuke Nishida
382693febf
* src/vm_engine.c (VM_NAME): Renamed the variable an\' to
nargs\'.
...
Removed the variables `a2\' and `a3\'.
* src/vm_engine.h (VM_SETUP_ARGS2, VM_SETUP_ARGS3): Setup local
variables.
(VM_SETUP_ARGS4): Removed.
* src/vm_system.c, src/vm_scheme.c, src/vm_number.c: Updated.
2000-09-02 06:59:13 +00:00
Keisuke Nishida
9df03fd0c1
* src/vm.c (lookup_variable): New function.
...
(scm_make_bytecode): Call lookup_variable for top-level variables.
* src/vm_engine.h (VM_VARIABLE_REF, VM_VARIABLE_SET): New macros.
* src/vm_system.c (TOPLEVEL_VAR, TOPLEVEL_VAR_SET): Removed.
Use VM_VARIABLE_REF and VM_VARIABLE_SET instead.
2000-08-25 02:31:26 +00:00
Keisuke Nishida
d608d68d7b
Create external frames dynamically.
2000-08-22 19:02:22 +00:00
Keisuke Nishida
a98cef7e6c
Initial revision
2000-08-22 15:54:19 +00:00