Optimize 'string-hash'.
[bpt/guile.git] / libguile / vm-i-system.c
2014-03-12 Mark H WeaverAvoid side effects in argument to SCM_I_INUM.
2013-06-04 Ludovic CourtèsPrint the faulty object upon invalid-keyword errors.
2013-01-14 Andy Wingocase-lambda* clauses fail to match if too many positionals
2012-05-23 Andy Wingodeprecate scm_sym2var
2012-05-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0' into...
2012-05-10 Andy Wingorefactor vm application of non-programs; boot continuat...
2012-05-07 Andy WingoAdd a missing SYNC_ALL in variable-ref
2012-05-04 Ludovic CourtèsCorrect typing of assertion in the `wind' instruction.
2012-04-30 Andy Wingopush error handlers out of line in the vm
2012-03-18 Andy Wingomake applicable smob calls cheaper, and fix a memory...
2012-01-29 Andy WingoRevert "attempt to clear stale references on VM C stack"
2012-01-29 Ludovic CourtèsRevert "Work around instruction reordering on SPARC...
2012-01-27 Andy Wingoattempt to clear stale references on VM C stack
2012-01-24 Ludovic CourtèsWork around instruction reordering on SPARC and HPPA...
2011-11-23 Andy Wingooptional default-value arg to make-fluid
2011-05-13 Andy Wingomore care regarding SCM_PACK and SCM_UNPACK
2011-05-13 Andy Wingoscm_is_eq for SCM vals, not == or !=
2011-05-05 Andy Wingoavoid tls gets when handling interrupts in the vm
2011-05-05 Andy WingoVM tweaks
2011-03-19 Andy Wingofix new-frame push in call/cc
2011-03-15 Andy Wingofix frame dynamic linkage in the face of partial contin...
2011-01-27 Andy Wingofix error handling in variable-ref family of instructions
2010-12-07 Brian Templetonunbound fluids
2010-12-07 Andy Wingobetter unbound variable errors in the vm
2010-10-15 Michael GranUnresolved var errors don't work for top-level vars
2010-10-13 Andy Wingofix bug in with-fluids in a non-tail position
2010-10-08 Andy Wingoinline symbol? and vector? to opcodes, and a psyntax...
2010-09-16 Andy Wingoadd vm-abort-continuation-hook, vm-restore-continuation...
2010-09-16 Andy Wingotrim our set of vm hooks
2010-07-28 Ludovic CourtèsUse "pointer" instead of "foreign" when dealing with...
2010-07-26 Ludovic CourtèsSimplify the (system foreign) API.
2010-07-26 Ludovic CourtèsImport unbound variable reports in the VM.
2010-07-17 Andy WingoSCM_I_FLUID_P -> SCM_FLUID_P
2010-07-15 Andy Wingobetter error reporting from the vm
2010-05-02 Andy Wingoadd assert-nargs-ee/locals instruction
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-30 Andy Wingonil is null, whee
2010-03-30 Andy Wingonil is false, whee
2010-03-16 Andy Wingomore vm gc fixen
2010-02-26 Andy Wingorewinding prompts works
2010-02-26 Andy Wingofix a prompt bug
2010-02-24 Andy Wingoerror if given an unrewindable partial continuation
2010-02-24 Andy Wingorewind the dynamic state when entering a partial contin...
2010-02-24 Andy Wingopartial-cont-call works
2010-02-22 Andy Wingoactually capture partial continuations
2010-02-22 Andy Wingoabort always dispatches to VM bytecode, to detect same...
2010-02-19 Andy Wingoprompt as part of guile's primitive language
2010-02-19 Andy Wingoadd scm_c_abort, wire it up to the abort opcode
2010-02-19 Andy Wingoprompt handlers are always inline
2010-02-19 Andy Wingonew VM operations: fluid-ref, fluid-set
2010-02-19 Andy Wingovm caches the dynamic state in a local var
2010-02-19 Andy Wingorename <control> to <abort>
2010-02-19 Andy Wingo<prompt> has no pre-unwind-handler, it's unnecessary
2010-02-18 Andy Wingoadd wind-fluids, unwind-fluids VM ops
2010-02-08 Andy Wingocontinuations return multiple values on the stack
2010-02-08 Andy Wingoscm_i_make_continuation takes vm and vm_cont args expli...
2010-02-08 Andy Wingomake scm_make_continuation internal
2010-02-08 Andy Wingocontinuations are vm procedures
2010-02-08 Andy Wingoconnect a few more wires to promptenstein
2010-01-31 Andy Wingoadd return/nvalues
2010-01-31 Andy Wingoinitial VM support for delimited continuations and...
2010-01-27 Andy Wingofix to variable-bound? instruction prototype
2010-01-26 Andy Wingoimplement foreign-call
2010-01-26 Andy Wingorenumber VM opcodes
2010-01-26 Andy Wingoforeign.h presents a more pointer-centric interface
2010-01-13 Andy WingoRETURN_HOOK communicates the number of returned values
2010-01-09 Andy Wingofix bug in subr-call and smob-call
2010-01-09 Andy Wingoallocate free variables inline to closures
2010-01-09 Andy Wingosmobs are applied with vm trampoline procedures
2010-01-07 Andy Wingoadd subr-call VM op
2010-01-03 Andy Wingorename goto/args and friends to tail-call, tail-apply...
2009-12-20 Andy Wingohandle interrupts in mv-call, return/values
2009-12-15 Ludovic CourtèsDon't use GCC zero-length arrays.
2009-12-11 Andy Wingovm no longer measures bogoclock or times, relies on...
2009-12-11 Andy Wingovm: handle interrupts on backwards jumps
2009-12-11 Andy Wingoless overhead for handling interrupts in the vm
2009-12-11 Andy Wingomerge from master to elisp
2009-12-07 Andy Wingoprocedures-with-setters implemented in terms of structs
2009-12-01 Andy Wingovm doesn't call the evaluator at all (at least not...
2009-12-01 Andy Wingofirst step to make the vm stop calling the interpreter
2009-12-01 Andy Wingofixes to variable-ref, variable-set vm ops
2009-11-28 Ludovic CourtèsRemove remaining uses of discouraged constructs, really.
2009-11-25 Andy Wingoremove code that manages the method cache
2009-11-25 Andy Wingogenerics now dispatch as applicable structs
2009-11-25 Ludovic CourtèsRemove uses of discouraged constructs.
2009-11-17 Ludovic CourtèsFix C99-style declarations after statements.
2009-11-16 Andy Wingowith a rest arg, allow for keywords anywhere
2009-11-15 Andy WingoSCM_GENERIC_METHOD_CACHE macro splits from SCM_ENTITY_P...
2009-11-15 Andy Wingogeneric dispatch in the vm (sorta)
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-27 Mark H Weaverfix nil handling in the vm
2009-10-23 Andy Wingovm support for optional/kwarg init code, and bugfixes
2009-10-23 Andy Wingomore work towards compiling and interpreting keyword...
2009-10-23 Andy Wingofinish support for optional & keyword args; update...
2009-10-23 Andy Wingoflesh out glil support for optional and keyword arguments
2009-10-23 Andy Wingocallees now check their args, cons rest list, reserve...
2009-10-23 Andy Wingocallees reserve their own local vars
2009-10-23 Andy Wingoruntime and debugging support for callee-parsed procedu...
2009-10-23 Andy Wingosteps on the way to have the callee check the number...
2009-10-16 Andy Wingojumps encoded using 24 bits, not 19; blocks no longer...
next