bpt/guile.git
2014-03-15 Andy WingoAdd call-with-stack-overflow-handler tests
2014-03-15 Andy WingoAdd stack overflow test
2014-03-12 Andy WingoRemove default soft stack limit; add call-with-stack...
2014-03-02 Andy WingoPort unrolled one-argument for-each from boot-9 to...
2014-03-02 Andy WingoFix for-each bug detecting not-a-list
2014-03-01 Andy Wingo,profile, statprof, gcprof have an outer stack cut
2014-03-01 Andy WingoStatprof commentings
2014-03-01 Andy Wingostatprof-display prints source locations
2014-02-28 Andy WingoRefactorings: call-data has source, stats is a record
2014-02-28 Andy WingoStatprof uses stack trace buffer to always provide...
2014-02-28 Andy WingoStatprof always stores full stack traces
2014-02-28 Andy Wingo(system vm program) exports primitive?
2014-02-28 Andy WingoImprove statprof test
2014-02-28 Andy WingoUpdate statprof commentary
2014-02-28 Andy WingoMore state-related refactors in statprof
2014-02-28 Andy WingoStatprof restores previous sigprof handler when stopping
2014-02-28 Andy WingoMore statprof refactors
2014-02-28 Andy WingoSlight gcprof refactor
2014-02-28 Andy Wingostatprof uses new setitimer magical usecs ability
2014-02-28 Andy WingoFix setitimer documentation. Allow microseconds >...
2014-02-27 Andy WingoFix newline preservation in @example with lines beginni...
2014-02-25 Andy Wingogcprof tweaks
2014-02-25 Andy WingoRefactor representation of sampling periods in statprof
2014-02-25 Andy Wingostatprof and gcprof procedures use a fresh statprof...
2014-02-25 Andy WingoSimplification pass prunes all unreachable continuations
2014-02-22 Andy Wingosimplify profile-signal-handler
2014-02-22 Andy Wingostatprof: accumulated-time is in jiffies
2014-02-22 Andy WingoZero-offset branches are backward branches; fix "br...
2014-02-22 Andy WingoAvoid attempting to eta-reduce self-loops.
2014-02-22 Andy WingoPass state around statprof in more places
2014-02-22 Andy Wingostatprof: call-data is a record type
2014-02-22 Andy Wingostatprof: when/unless instead of if.
2014-02-21 Andy Wingoadd a statprof fixme
2014-02-21 Andy Wingostatprof-active? instead of checking profile level
2014-02-21 Andy Wingostatprof-reset creates a new state
2014-02-21 Andy WingoMore statprof state refactorings
2014-02-21 Andy Wingoinside-profiler? to parameter instead of global variable
2014-02-21 Andy WingoBeginnings of statprof threadsafety
2014-02-21 Andy Wingoreform statprof commentary
2014-02-21 Andy WingoFix segfault in thread_mark
2014-02-20 Andy WingoThreadsafe stack relocation
2014-02-20 Andy Wingoassertion refactor in the vm
2014-02-20 Andy WingoFix "VM never extends vp->sp ..." commit
2014-02-20 Andy WingoRemove the hard stack size limit
2014-02-20 Andy WingoVM never extends vp->sp beyond mapped region of stack
2014-02-20 Andy WingoUnwind-only stack overflow exceptions
2014-02-19 Andy Wingo%exception-handler fluid refactor
2014-02-19 Andy WingoReimplement catch, throw, and with-throw-handler
2014-02-19 Andy Wingoboot-9 boot order refactor for catch, throw, and such
2014-02-19 Andy WingoFix scm_i_vm_capture_stack comment.
2014-02-19 Andy WingoDefault stack size is one page.
2014-02-19 Andy WingoMore robust stack expansion and contraction
2014-02-17 Andy WingoDon't peval-penalize let-bound lambdas only referenced...
2014-02-17 Andy WingoPT_DYNAMIC inside some other PT_LOAD segment
2014-02-16 Andy WingoAdd elf-symbol-value-offset, for properly relocating...
2014-02-16 Andy WingoELF linker can produce objects with native ABI
2014-02-14 Andy Wingobytevector-length reifies to correct module
2014-02-13 Andy Wingobytevector-length is an interesting primitive.
2014-02-13 Andy Wingosqrt and abs are interesting primitives
2014-02-13 Andy WingoAdd prune-top-level-scopes pass
2014-02-11 Andy WingoBytevector f32 an f64 ops actually map to VM primitives
2014-02-11 Andy Wingoguile.m4 tweaks
2014-02-10 Daniel Llorensarray-contents returns root for empty arrays with empty...
2014-02-10 Daniel LlorensAdd tests for more kinds of typed arrays.
2014-02-10 Daniel LlorensPreallocate index list in scm_array_index_map_x
2014-02-10 Daniel LlorensMatch types used in arrays.c to struct field types
2014-02-10 Daniel LlorensDon't use ASET in scm_array_index_map_x
2014-02-10 Daniel LlorensIn scm_ramapc, only check unrolled axes for emptiness
2014-02-10 Daniel LlorensFix corner cases of scm_ramapc
2014-02-10 Daniel LlorensRewrite scm_ramapc()
2014-02-10 Daniel LlorensFactor out make1array() in scm_ramapc()
2014-02-10 Daniel LlorensCheck more cases of array-contents
2014-02-10 Daniel LlorensRefactor array-contents
2014-02-10 Daniel LlorensCheck the documented matching behavior of array-map...
2014-02-09 Andy WingoReindent scm_ramapc
2014-02-09 Daniel LlorensRaw pointer loop in array-copy! for vector/vector case
2014-02-09 Andy WingoSimplify scm_array_get_handle for tc7-arrays
2014-02-09 Daniel LlorensTest that typed-array? returns #f with non-array argument
2014-02-09 Daniel LlorensReplace SCM_IMP in array-map.c
2014-02-09 Andy WingoRemove array impl. registry; instead, hard-code array...
2014-02-09 Daniel LlorensFix array map functions with empty arguments
2014-02-09 Daniel LlorensFix empty array bug in array-index-map!
2014-02-08 Andy WingoAdd "vector" member to scm_t_array_handle
2014-02-08 Andy WingoRemove "impl" member of array handles.
2014-02-08 Andy WingoInline scm_i_array_implementation_for_obj in scm_i_array
2014-02-08 Andy Wingovref, vset members of scm_t_array_handle
2014-02-08 Daniel LlorensChange uses of scm_is_simple_vector to scm_is_vector
2014-02-08 Andy WingoSCM_I_IS_VECTOR only true for tc7_vector, not weak...
2014-02-08 Andy WingoMerge commit '24cac6554073bb6e691605cd6ac6196f3c0851a3'
2014-02-08 Andy WingoMerge commit '5cfeff11cc58148c58a85a879fd7a3e7cfbbe8e2'
2014-02-08 Andy WingoDeprecate the use of the vector interface on arrays
2014-02-08 Andy WingoDeprecate use of vector-length, vector-ref, vector...
2014-02-08 Andy WingoMerge commit 'fb7dd00169304a5922838e4d2f25253640a35def'
2014-02-08 Andy WingoMerge commit 'dc65b88d839c326889618112c4870ad3a64e9446'
2014-02-08 Andy WingoMerge commit 'b9b88351ea2c4b43a6f90938554dc5693b17e328'
2014-02-08 Andy WingoMerge commit '0ce224594ae5a673f6a397c284db5f5a61935334'
2014-02-08 Andy WingoMerge commit '495cea0c931de23f074892b3f32808e676712a18'
2014-02-08 Andy WingoMerge commit 'b86069c1308a6ca36f3a3bc56134b3f8fd693592'
2014-02-08 Andy WingoMerge commit '54cded99dc5db94b1df0dc417161ebef7c60d874'
2014-02-08 Andy WingoMerge commit '2f3b7e9a41677bfe802e8a1ee851827297384c58'
next