]> gitweb.factorcode.org Git - factor.git/history - basis
vm: strip out call-counting profiler
[factor.git] / basis /
2011-11-11 Joe Groffvm: strip out call-counting profiler
2011-11-10 Joe Groffsequences.parser: fix load error
2011-11-10 Joe Groffkill tools.profiler.counting and ui.tools.profiler
2011-11-10 Joe Groffnew module typed.namespaces: get/set + type check
2011-11-10 Slava Pestovio.ports: clean up
2011-11-10 Joe Groffio.ports: make read-step inline
2011-11-10 Joe Groffslice boa -> <slice-unsafe>
2011-11-10 Joe Groffio.ports: fix bootstrap
2011-11-10 Joe Groffio.backend.unix: hints on M\ fd refill
2011-11-09 Joe Groffio.files: add file-reader, file-writer mixins
2011-11-09 Joe Groffio.ports: make read-step TYPED:
2011-11-09 Joe Groffio.buffers, io.ports: trim some dispatch
2011-11-09 Joe Grofftools.profiler.sampling: preliminary docs
2011-11-09 Joe Groffdeques: fix help-lint
2011-11-09 Joe Groffunix.signals: documentation and metadata
2011-11-08 Joe Grofftools.profiler.sampling: top-down-max-depth report
2011-11-08 Joe Grofftools.profiler.sampling: change some names around
2011-11-08 John Benediktssondeques: adding ?peek-front and ?peek-back.
2011-11-08 Joe Groffio.backend: start signal thread after io-backend
2011-11-08 Joe Groffunix.process: take raise from unix.ffi
2011-11-08 Joe Groffnew module unix.signals: app-level signal handlers
2011-11-08 Joe Groffio.backend.unix: startup hook for signal-pipe
2011-11-08 Joe Groffio.backend.unix: init-signal-pipe function
2011-11-08 Joe Groffio.launcher.windows: update tests for prompt
2011-11-07 Joe Grofflists: make lmap behave row-polymorphically
2011-11-07 Doug Colemancompiler.cfg: Change low-level IR constructors from...
2011-11-07 Doug Colemancompiler.tree: Renamed high-level IR node constructors...
2011-11-07 Doug Colemanmath.functions: flushable and foldable don't do anythin...
2011-11-07 Doug Colemancompiler.tree.dead-code: Rewrite /mod to /i or mod...
2011-11-07 Joe Grofftools.deploy.backend: fix vocab manifest parse
2011-11-07 Doug ColemanRename lookup to lookup-word.
2011-11-06 Doug Colemanhtml.components: For the t:html tag, only wrap strings...
2011-11-05 Doug Colemanhelp.html: fix glossary link.
2011-11-05 Doug ColemanMake edit-vocab work on an unloaded vocabulary.
2011-11-04 Joe Groffcpu.x86.*.bootstrap: save flags in signal-handlers
2011-11-04 Joe Groffcpu.x86.bootstrap: cell -> bootstrap-cell
2011-11-04 Joe Groffcpu.x86.assembler: PUSHF, POPF instructions
2011-11-04 Joe Groffcpu.x86.64.bootstrap: save all the regs on signal
2011-11-04 Doug ColemanFix bootstrap. Add missing using on io.serial.linux...
2011-11-04 Joe Groffunix.ffi: add signal constants
2011-11-04 Joe Groffcpu.x86.bootstrap: don't safepoint in a safepoint
2011-11-03 Joe Groffstack-checker.known-words: add ffi-signal-handlers
2011-11-03 Joe Groffcpu.x86.32.bootstrap: typo
2011-11-03 Doug ColemanUpdate emacs for editors protocol.
2011-11-03 Joe Groffvm: always generate safepoints in jit
2011-11-03 Joe Grofftools.profiler.sampling: mess with formatting more
2011-11-03 Joe Grofftools.profiler.sampling: cross-section report
2011-11-03 Joe Groffvm: reserve some more special-objects
2011-11-03 Doug Colemandlists: fix compile error
2011-11-03 Joe Grofftools.profiler.sampling: twiddle output format
2011-11-03 Doug ColemanTweak the dlist equal? word.
2011-11-03 Doug ColemanImplement equal? on dlists. Fixes #338.
2011-11-03 Joe Groffimages.loader.gtk: typo
2011-11-03 Joe Groffremove lingering mentions of macosx-ppc
2011-11-03 Doug ColemanRename (load-vocab) to (require), add tags.txt for...
2011-11-03 Doug Colemanio.backend.unix.macosx: Remove duplicate USE:
2011-11-03 Doug ColemanFix unit tests to give the sampling profiler something...
2011-11-03 Doug ColemanFix require-hook
2011-11-03 Doug ColemanAdd stack effects for the sampling profiler
2011-11-03 Joe Groffremove BSD,solaris,etc. misc platform support code
2011-11-03 Doug ColemanUnbreakify the new profiler, add a couple of unit tests...
2011-11-02 Doug ColemanKeep the profiling results even when the quotation...
2011-11-02 Doug ColemanUse -reuseview in jedit by default.
2011-11-02 Doug ColemanClean up formatting, rename load-vocab-hook to require...
2011-11-02 Doug ColemanActually let the user pick an editor after editor proto...
2011-11-02 Joe Groffvm: count samples during unoptimized compiler
2011-11-02 Joe Groffhashtables.identity: test assoc-like
2011-11-02 Joe Grofftools.profiler.sampling: fix stack effect name
2011-11-02 Joe Grofftools.profiler.sampling: make rate a global var
2011-11-02 Joe Grofftools.profiler.sampling: groom flat profile
2011-11-02 Joe Grofftools.profiler.sampling: flat profile report
2011-11-02 Joe Grofftools.profiler.sampling: smoke test compact-gc
2011-11-02 Joe Groffhashtables.identity: support assoc-like
2011-11-02 Joe Grofftools.profiler.sampling: add detail to profile.
2011-11-02 Joe Grofftools.profiler.sampling: "top-down" and "profile."
2011-11-02 Joe Groffvm: parameterize sampling rate
2011-11-02 Joe Groffhelp.handbook: update link to counting profiler
2011-11-02 Joe Grofftools.profiler.sampling: smoke tests and metadata
2011-11-02 Joe Grofftools.profiler.counting: rename help article
2011-11-02 Joe Grofftools.profiler.sampling: very basic frontend words
2011-11-02 Joe Groffmath.statistics: fix stack effect on collect-by
2011-11-02 Joe Grofffix platform dependency in leaf-signal-handler
2011-11-02 Joe Groffmove counting profiler to tools.profiler.counting
2011-11-02 Joe Groffcpu.x86.bootstrap: simplify leaf-signal-handler
2011-11-02 Joe Grofftools.profiler: rename to tools.counting-profiler
2011-11-02 Joe Groffconstants for special object hardcoded literals
2011-11-02 Doug ColemanMake "foo.private" require load foo instead.
2011-11-02 Doug ColemanRename images.gtk|gdiplus|cocoa to images.loader.*...
2011-11-02 Doug ColemanFix typo in tests
2011-11-02 Doug ColemanDon't test coverage of auto-generated class predicates...
2011-10-31 Doug ColemanMake editors use the new path-finding vocabulary and...
2011-10-31 Joe Groffio.encodings.string: make binary decode/encode nop
2011-10-31 Slava Pestovmath.vectors.simd: vlshift, vrshift, hlshift and hrshif...
2011-10-30 Doug ColemanFind the macvim bundle or use mvim. Add a flag for...
2011-10-30 Doug ColemanAdd core-foundation.launch-services for finding the...
2011-10-30 Slava Pestovbootstrap-error.factor: vocab => lookup-vocab
2011-10-30 Slava Pestovtools.deploy: fix unit test
2011-10-30 Slava Pestovstack-checker.known-words: add effects for signal-handl...
2011-10-30 Slava Pestovcompiler.cfg.builder: add test to ensure that fast...
2011-10-30 Slava Pestovcompiler.tree.propagation: more accurate output type...
next