The dynamic stack records SP and FP values as offsets
[bpt/guile.git] / libguile /
2013-11-21 Andy WingoThe dynamic stack records SP and FP values as offsets
2013-11-21 Andy WingoReorder struct scm_vm fields.
2013-11-21 Andy WingoNo more VM objects visible to Scheme
2013-11-21 Andy WingoVM accessors take VM as implicit argument, not explicit...
2013-11-21 Andy WingoChange eval.c to use scm_c_vm_run instead of scm_call_w...
2013-11-21 Andy WingoRemove unused vm:ip, vm:sp, vm:fp
2013-11-21 Andy WingoRemove make-vm; there will be one vm per thread now.
2013-11-21 Andy WingoScheme frame objects hold relative stack offsets
2013-11-21 Andy WingoPrepare for moveable stacks in the VM.
2013-11-21 Andy WingoCHECK_OVERFLOW tweak
2013-11-20 Andy Wingovm-engine cosmetic cleanup
2013-11-20 Andy WingoRemove unused resolve_variable helper
2013-11-19 Andy WingoRework hook dispatch mechanism
2013-11-19 Andy WingoRemove VM_ENABLE_STACK_NULLING
2013-11-19 Andy WingoRename objcodes?.{scm,c,h} to loader.{scm,c,h}
2013-11-19 Andy WingoFix gsubr comment
2013-11-19 Andy WingoLingering RTL excision in vm.c
2013-11-19 Andy WingoMove RTL unpack macros to vm-engine.c
2013-11-19 Andy WingoChange SCM_PACK_RTL macros to SCM_PACK_OP / SCM_PACK_OP_ARG
2013-11-19 Andy Wingoscm_rtl_op_* -> scm_op_*
2013-11-19 Andy Wingo(system vm instruction) rtl-instruction-list -> (langua...
2013-11-19 Andy WingoInternal RTL excision in vm.c
2013-11-19 Andy WingoSmall comment fix.
2013-11-19 Andy WingoRename DT_GUILE_VM_VERSION.
2013-11-19 Andy WingoRename internal rtl-program-properties -> program-prope...
2013-11-19 Andy WingoExcise "rtl-" from fallback program printer
2013-11-19 Andy WingoRename internals of (system vm program) program-minimum...
2013-11-19 Andy WingoRename (system vm program) internal functions to remove...
2013-11-19 Andy WingoRemove unused C scm_program_source.
2013-11-19 Andy WingoReorganize programs.h.
2013-11-19 Andy Wingortl-program-code -> program-code
2013-11-19 Andy Wingortl-program? -> program?
2013-11-19 Andy WingoRemove make-rtl-program.
2013-11-19 Andy Wingoscm_i_rtl_program_* -> scm_i_program_*
2013-11-19 Andy Wingoscm_i_make_rtl_program in BUILDING_LIBGUILE
2013-11-19 Andy WingoRemove RTL_ infix from macros
2013-11-19 Andy WingoRename scm_tc7_rtl_program to scm_tc7_program
2013-11-19 Andy WingoAll instruction pointers are now scm_t_uint32*
2013-11-17 Andy WingoFrame pointer points to local 0 instead of local 1
2013-11-15 Andy WingoRemove use of SCM_CRITICAL_SECTION in smob.c
2013-11-15 Andy WingoRemove MVRA from VM frames
2013-11-15 Andy WingoRemove MVRA accessors in libguile
2013-11-10 Andy WingoAdd specialize-primcalls pass; bump objcode version.
2013-11-08 Andy WingoRemove stack programs, objcode, and the old VM.
2013-11-08 Andy WingoBuiltins have procedure properties
2013-11-08 Andy WingoAdd br-if-npos-gt
2013-11-08 Andy WingoFix BR_NARGS data type width
2013-11-08 Andy WingoFix reading and writing arities into DWARF.
2013-11-07 Andy Wingoframe-instruction-pointer is absolute; rewrite (system...
2013-11-07 Andy Wingoscm_from_uintptr_t / scm_from_ptrdiff_t usage
2013-11-07 Andy Wingoadd fold-all-debug-contexts, fold-source-locations
2013-11-05 Andy Wingofix make-long-immediate, make-long-long-immediate for...
2013-11-03 Andy WingoRTL compiler supports static bitvectors
2013-11-01 Andy WingoFix call/cc with the RTL VM
2013-10-31 Andy WingoBe smarter about capturing the environment for memoized...
2013-10-31 Andy WingoAvoid calling procedure-name when doing a make-procedur...
2013-10-31 Andy WingoBetter aliased primcall compilation
2013-10-31 Andy WingoFix bytevector error messages.
2013-10-31 Andy WingoSupport serialization of uniform vector literals
2013-10-31 Andy Wingostatic-patch! replaces link-procedure!
2013-10-27 Andy WingoWalk the stack to determine extent of partial continuation
2013-10-27 Andy WingoResumable partial continuations in the RTL VM
2013-10-27 Andy WingoVM has "builtins": primitives addressable by emitted...
2013-10-27 Andy WingoPartial continuations are RTL stubs
2013-10-27 Andy WingoFix toplevel-ref with named modules before boot in...
2013-10-27 Andy WingoMemoized expressions are pairs, not SMOBs
2013-10-26 Andy WingoAdd make-vector, constant-make-vector instructions
2013-10-26 Andy WingoEmit constant-vector-ref, constant-vector-set! for...
2013-10-26 Andy WingoCompile variable-ref, variable-set!
2013-10-26 Andy WingoRTL compiler: Compile TC7 branches.
2013-10-26 Andy WingoRTL VM: Fix fluid-ref local addressing.
2013-10-26 Andy WingoRTL VM: Fix variable lookup before modules boot
2013-10-26 Andy WingoAdd stringbuf printer
2013-10-26 Andy WingoSetting procedure properties does not cause metadata...
2013-10-26 Andy WingoEvaluator sets same procedure properties as compiler
2013-10-25 Andy WingoEvaluator uses two-dimensional environment
2013-10-23 Andy WingoRTL VM: Fix LOCAL_REF, LOCAL_SET for unsigned indices
2013-10-18 Andy WingoContinuations are RTL stubs
2013-10-18 Andy WingoForeign procedures are RTL programs
2013-10-18 Andy WingoSubrs are RTL programs
2013-10-18 Andy Wingoclass-of fix for RTL programs
2013-10-17 Andy WingoStack traces skip RTL boot frames
2013-10-17 Andy WingoRTL engine can apply smobs and applicable structs w...
2013-10-17 Andy WingoFix subr-call
2013-10-17 Andy WingoFix tail-apply bugs
2013-10-17 Andy WingoBetter vm.c support for RTL programs
2013-10-17 Andy Wingobind-rest works in the optional-and-rest-arg case.
2013-10-14 Andy WingoRefactor vm_abort
2013-10-14 Andy WingoRTL: Compile prompts
2013-10-14 Andy WingoRTL VM: receive-values has allow-extra? flag
2013-10-14 Andy WingoAdd SCM_F_DYNSTACK_PROMPT_PUSH_NARGS prompt flag
2013-10-04 Andy Wingobetter RTL debugging
2013-10-03 Andy Wingoprogram-source / program-sources works with RTL programs
2013-10-03 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-10-03 Andy WingoDeprecate scm_c_program_source, as it has no internal...
2013-10-03 Mark H WeaverFix edge case in 'ash'.
2013-09-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-31 Andy WingoMicro-optimize char_decimal_value.
2013-08-31 Andy WingoFaster scm_from_port_stringn
2013-08-31 Andy Wingounread-char: inline conversion from codepoint to bytes
next