fix bug in compilation of `and' and `or'; more robust underflow detection.
[bpt/guile.git] / src / vm_system.c
2008-08-11 Andy Wingofix bug in compilation of `and' and `or'; more robust...
2008-08-08 Andy Wingoimprove source loc info in nonlocal exits and backtraces
2008-08-07 Andy Wingofix bug in variable-set instruction; ,x prints out...
2008-08-07 Andy Wingofix stack corruption on vm-save-stack; more robust...
2008-08-05 Andy Wingosync registers before calling c functions, really
2008-08-05 Andy Wingosave vm's state before calling out to c procedures
2008-08-05 Andy Wingodisable trampoline "optimizations"
2008-08-04 Andy Wingore-enable computed goto; fix ,help in the repl; subr...
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-19 Andy Wingobind all module-level variables lazily
2008-05-19 Andy WingoAdd instructions for doing very late binding
2008-04-25 Ludovic CourtesEncode the length of constant lists/vectors on 2 octets...
2008-04-25 Ludovic CourtesStarted documenting the compiler.
2008-04-25 Ludovic Courtes* src/objcodes.c (make_objcode_by_mmap): Fixed the...
2008-04-25 Ludovic Court`esPlaying with the procedure call mechanism.
2008-04-25 Ludovic Court`esFixed a stack leak. Now observing actual performance.
2008-04-25 Ludovic Court`esImproved the VM's efficiency. The VM is as fast as...
2008-04-25 Ludovic Court`esGot the VM up and running! Augmented the documentation.
2001-05-02 Keisuke Nishida*** empty log message ***
2001-04-25 Keisuke Nishida*** empty log message ***
2001-04-23 Keisuke Nishida*** empty log message ***
2001-04-23 Keisuke Nishida*** empty log message ***
2001-04-22 Keisuke Nishida*** empty log message ***
2001-04-20 Keisuke Nishida*** empty log message ***
2001-04-20 Keisuke Nishida*** empty log message ***
2001-04-19 Keisuke Nishida*** empty log message ***
2001-04-19 Keisuke Nishida*** empty log message ***
2001-04-19 Keisuke Nishida*** empty log message ***
2001-04-16 Keisuke Nishida*** empty log message ***
2001-04-15 Keisuke Nishida*** empty log message ***
2001-04-11 Keisuke Nishida*** empty log message ***
2001-04-11 Keisuke Nishida*** empty log message ***
2001-04-09 Keisuke Nishida*** empty log message ***
2001-04-07 Keisuke Nishidaapply
2001-04-07 Keisuke Nishida*** empty log message ***
2001-04-06 Keisuke Nishida*** empty log message ***
2001-04-06 Keisuke Nishida*** empty log message ***
2001-04-06 Keisuke Nishida*** empty log message ***
2001-04-05 Keisuke Nishida*** empty log message ***
2001-04-05 Keisuke Nishida*** empty log message ***
2001-04-05 Keisuke Nishida*** empty log message ***
2001-04-01 Keisuke NishidaNew VM.
2000-09-29 Keisuke NishidaCreate *.i from *.c and include them.
2000-09-22 Keisuke Nishida* src/vm_system.c (call): Call return-hook before reins...
2000-09-20 Keisuke Nishida* src/vm_system.c (br_if_not_null): Set ac = SCM_BOOL_F...
2000-09-20 Keisuke Nishida* src/vm_system.c (name): New instruction.
2000-09-20 Keisuke Nishida* src/vm_scheme.c (cons): Bug fixed.
2000-09-10 Keisuke Nishida* src/vm_system.c (push_list): New instruction.
2000-09-04 Keisuke Nishida* src/vm_system.c (tail_call): Use SCM_TICK at the...
2000-09-02 Keisuke Nishida* src/vm_engine.c (VM_NAME): Renamed the variable ...
2000-08-25 Keisuke Nishida* src/vm.c (lookup_variable): New function.
2000-08-22 Keisuke NishidaCreate external frames dynamically.
2000-08-22 Keisuke NishidaInitial revision