source: trunk/abcl/src/org/armedbear/lisp/LispThread.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12298   15 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
(edit) @12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(edit) @12280   15 years ehuelsmann Fix special bindings in case a symbol is bound to its own value, …
(edit) @12275   15 years ehuelsmann Switch special bindings access schema to mirror that of SBCL/CCL/XCL: …
(edit) @12272   15 years ehuelsmann Implement functional (declared final) interface to special bindings …
(edit) @12255   15 years ehuelsmann Rename ConditionThrowable? to ControlTransfer? and remove try/catch …
(edit) @12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(edit) @12252   15 years ehuelsmann Annotate dubious uses of ConditionThrowable? with FIXME's.
(edit) @12210   15 years ehuelsmann Save locally established special binding for quick access. Note: This …
(edit) @12161   15 years Mark Evenson THREADS:MAKE-THREAD :name parameter is now optional.
(edit) @12105   16 years Mark Evenson Split StackFrame? abstraction into Java and Lisp stack frames. From …
(edit) @12082   16 years ehuelsmann Hot spot counting for the profiler.
(edit) @12080   16 years ehuelsmann Move stack sampling to the scheduling thread. Note: This commit …
(edit) @12077   16 years ehuelsmann Profiler efficiency: sampleNow only ever takes on a 'true' value if …
(edit) @12066   16 years vvoutilainen Revert r12065, it's not an obvious win and some systems run slower …
(edit) @12065   16 years ehuelsmann Implement a stack frame pool to save execution time on stack management.
(edit) @12064   16 years ehuelsmann Lisp stack efficiency: Use a stack of linked objects, instead of Cons …
(edit) @12062   16 years ehuelsmann Revert r12061: What looked good in the profiler worked out badly in …
(edit) @12061   16 years ehuelsmann Eliminate constructor execution time of Cons, LispObject and Lisp. By …
(edit) @12058   16 years vvoutilainen Make pushStackFrame final.
(edit) @12057   16 years vvoutilainen Clean up profiling calls.
(edit) @12056   16 years vvoutilainen Remove superfluous array copying, consolidate manual array allocations …
(edit) @12040   16 years ehuelsmann Add synchronization like in Java through the special operator …
(edit) @12030   16 years ehuelsmann Add documentation on different symbol value lookup functions.
(edit) @12027   16 years Mark Evenson Set the name of associated the java.lang.Thread if specified. …
(edit) @11969   16 years ehuelsmann Factor out the lisp->Java sleep interval conversion routine. Also …
(edit) @11967   16 years ehuelsmann Fix the wrong thread being reported as the current one. Note: The …
(edit) @11754   16 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
(edit) @11711   16 years ehuelsmann Switch our internals over to the new variadic list() function.
(edit) @11553   16 years ehuelsmann Increase performance of LispThread?.currentThread() by more than 50% …
(edit) @11539   16 years ehuelsmann Empty statements cleanup: * Remove unintentional empty statements * …
(edit) @11488   16 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
(copy) @11457   16 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/LispThread.java:
(edit) @11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Note: See TracRevisionLog for help on using the revision log.